lxf vor 2 Monaten
Ursprung
Commit
0f83f5c7c7
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      src/views/salesMange/saleContract/contract/index.vue

+ 4 - 4
src/views/salesMange/saleContract/contract/index.vue

@@ -251,7 +251,7 @@ const config = computed(() => {
       attrs: {
         label: "客户",
         slot: "buyCorporationId",
-        "min-width": 180,
+        "min-width": 240,
       },
     },
     {
@@ -296,7 +296,7 @@ const config = computed(() => {
       attrs: {
         label: "业务员",
         prop: "createUser",
-        width: 140,
+        width: 80,
       },
       render(type) {
         return proxy.dictValueLabel(type, userList.value);
@@ -313,7 +313,7 @@ const config = computed(() => {
       attrs: {
         label: "审批状态",
         prop: "status",
-        width: 120,
+        width: 100,
         slot: "status",
       },
       // render(type) {
@@ -324,7 +324,7 @@ const config = computed(() => {
       attrs: {
         label: "到款状态",
         slot: "refundStatusNew",
-        width: 120,
+        width: 100,
       },
     },
     {