Bladeren bron

表格右冻结

xiaohaizhao 11 maanden geleden
bovenliggende
commit
0acd910b63

+ 2 - 2
src/optionSystem/FProductManage/modules/diefa/diefaAdd.vue

@@ -123,7 +123,7 @@
                                 </div>
                             </div>
                             <!--光头-->
-                            <MyTable :height="tableHeight" ref="guangtouRef" :layout="tool.tabelCol($route.name)['guangtouTable'].tablecols" :param="guangtouParam" :opwidth="200" :custom="true" style="margin-top: 14px">
+                            <MyTable :height="tableHeight" ref="guangtouRef" fixedName="operation" :layout="tool.tabelCol($route.name)['guangtouTable'].tablecols" :param="guangtouParam" :opwidth="200" :custom="true" style="margin-top: 14px">
                                 <template v-slot:customcol="scope">
                                     <span v-if="scope.column.columnname != 'operation'">{{$t(scope.column.data[scope.column.columnname])}}</span>
                                 </template>
@@ -244,7 +244,7 @@
                         </div>
                         <!--选辅件-->
                         <div class="dialog-content" v-show="active == 3">
-                            <MyTable :noQuery="true" ref="fujianRef" :height="tableHeight" :layout="tool.tabelCol($route.name)['itemList'].tablecols" :param="fujianParam" :opwidth="200" :custom="true" style="margin-top: 14px">
+                            <MyTable :noQuery="true" fixedName="operation" ref="fujianRef" :height="tableHeight" :layout="tool.tabelCol($route.name)['itemList'].tablecols" :param="fujianParam" :opwidth="200" :custom="true" style="margin-top: 14px">
                             <template v-slot:customcol="scope">
                                 <span v-if="scope.column.columnname != 'operation'">{{$t(scope.column.data[scope.column.columnname])}}</span>
                             </template>

+ 1 - 0
src/optionSystem/FProductManage/modules/diefa/edit.vue

@@ -329,6 +329,7 @@
                 <MyTable
                   :height="tableHeight"
                   ref="guangtouRef"
+                  fixedName="operation"
                   :layout="
                     tool.tabelCol($route.name)['guangtouTable'].tablecols
                   "

+ 2 - 2
src/optionSystem/optionOrder/detail/modules/components/DieFa.vue

@@ -159,7 +159,7 @@
                 </div>
             </div>
             <!--光头-->
-            <MyTable :noQuery="true" :height="tableHeight" ref="guangtouRef" :layout="tool.tabelCol($route.name)['guangtouTable'].tablecols" :param="guangtouParam" :opwidth="200" :custom="true" style="margin-top: 14px">
+            <MyTable :noQuery="true" fixedName="operation" :height="tableHeight" ref="guangtouRef" :layout="tool.tabelCol($route.name)['guangtouTable'].tablecols" :param="guangtouParam" :opwidth="200" :custom="true" style="margin-top: 14px">
                 <template v-slot:customcol="scope">
                     <span v-if="scope.column.columnname != 'operation'">{{$t(scope.column.data[scope.column.columnname])}}</span>
                 </template>
@@ -280,7 +280,7 @@
         </div>
         <!--选辅件-->
         <div class="dialog-content" v-show="active == 3">
-            <MyTable :noQuery="true" ref="fujianRef" :height="tableHeight" :layout="tool.tabelCol($route.name)['itemList'].tablecols" :param="fujianParam" :opwidth="200" :custom="true" style="margin-top: 14px">
+            <MyTable :noQuery="true" ref="fujianRef" fixedName="operation" :height="tableHeight" :layout="tool.tabelCol($route.name)['itemList'].tablecols" :param="fujianParam" :opwidth="200" :custom="true" style="margin-top: 14px">
             <template v-slot:customcol="scope">
                 <span v-if="scope.column.columnname != 'operation'">{{$t(scope.column.data[scope.column.columnname])}}</span>
             </template>