Эх сурвалжийг харах

Merge branch '对账单-导出货物交接单' into 测试

lxf 1 жил өмнө
parent
commit
7bb3e0d5f4

+ 2 - 1
src/components/byTable/index.vue

@@ -146,7 +146,8 @@
                     handleNativeClick(getAttrsValue(item), $event, item);
                   }
                 "
-                :key="scope.row.id" />
+                :key="scope.row.id"
+                :btnNum="item.attrs.btnNum"/>
             </div>
             <div v-else>
               {{ getValue(scope, item) }}

+ 4 - 1
src/views/group/finance/check-bill/index.vue

@@ -206,6 +206,7 @@ const config = computed(() => {
       attrs: {
         label: "对账单号",
         prop: "code",
+        'min-width': 200,
       },
     },
     {
@@ -219,6 +220,7 @@ const config = computed(() => {
       attrs: {
         label: "客户",
         prop: "departmentName",
+        width:200
       },
     },
     {
@@ -263,9 +265,10 @@ const config = computed(() => {
     {
       attrs: {
         label: "操作",
-        width: 180,
+        width: 300,
         align: "center",
         fixed: "right",
+        btnNum: 6,
       },
       renderHTML(row) {
         return [