lxf vor 1 Jahr
Ursprung
Commit
32def7c13d
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      src/views/finance/fundManage/funds/index.vue

+ 3 - 3
src/views/finance/fundManage/funds/index.vue

@@ -277,25 +277,25 @@ const config = computed(() => {
       attrs: {
         label: "归属公司",
         prop: "corporationName",
+        width: 180,
       },
-      width: 180,
     },
     {
       attrs: {
         label: "归属部门",
         prop: "deptName",
+        width: 140,
       },
-      width: 140,
     },
     {
       attrs: {
         label: "请款类型",
         prop: "type",
+        width: 120,
       },
       render(type) {
         return proxy.dictDataEcho(type, fundsType.value);
       },
-      width: 120,
     },
     {
       attrs: {