lxf 3 달 전
부모
커밋
0f83f5c7c7
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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: {
       attrs: {
         label: "客户",
         label: "客户",
         slot: "buyCorporationId",
         slot: "buyCorporationId",
-        "min-width": 180,
+        "min-width": 240,
       },
       },
     },
     },
     {
     {
@@ -296,7 +296,7 @@ const config = computed(() => {
       attrs: {
       attrs: {
         label: "业务员",
         label: "业务员",
         prop: "createUser",
         prop: "createUser",
-        width: 140,
+        width: 80,
       },
       },
       render(type) {
       render(type) {
         return proxy.dictValueLabel(type, userList.value);
         return proxy.dictValueLabel(type, userList.value);
@@ -313,7 +313,7 @@ const config = computed(() => {
       attrs: {
       attrs: {
         label: "审批状态",
         label: "审批状态",
         prop: "status",
         prop: "status",
-        width: 120,
+        width: 100,
         slot: "status",
         slot: "status",
       },
       },
       // render(type) {
       // render(type) {
@@ -324,7 +324,7 @@ const config = computed(() => {
       attrs: {
       attrs: {
         label: "到款状态",
         label: "到款状态",
         slot: "refundStatusNew",
         slot: "refundStatusNew",
-        width: 120,
+        width: 100,
       },
       },
     },
     },
     {
     {