Selaa lähdekoodia

fix: 操作栏在前面展示

zh 2 vuotta sitten
vanhempi
commit
bc35e3de29

+ 1 - 1
src/views/commercialEngineering/crossDistrict/crossDistrictkList.vue

@@ -4,7 +4,7 @@
     :get-list="getList"
     :export-list="exportList"
     :operation="operation()"
-    :pofx="false"
+    :pofx="true"
     :column-parsing="columnParsing"
     :operation-column-width="160"
     :options-evens-group="optionsEvensGroup"

+ 1 - 1
src/views/commercialEngineering/frock/frockList.vue

@@ -3,7 +3,7 @@
     ref="pageRef"
     :get-list="getList"
     :export-list="exportList"
-    :pofx="false"
+    :pofx="true"
     :operation="operation()"
     :column-parsing="columnParsing"
     :operation-column-width="160"

+ 1 - 1
src/views/commercialEngineering/homeDecoration/homeDecorationList.vue

@@ -3,7 +3,7 @@
     ref="pageRef"
     :get-list="getList"
     :export-list="exportList"
-    :pofx="false"
+    :pofx="true"
     :operation="operation()"
     :column-parsing="columnParsing"
     :operation-column-width="160"