소스 검색

到账认领关联合同增加到款状态

cz 2 년 전
부모
커밋
30bece79d5
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12 1
      src/views/salesMange/saleContract/contractSelect/index.vue

+ 12 - 1
src/views/salesMange/saleContract/contractSelect/index.vue

@@ -100,7 +100,7 @@ const selectConfig = computed(() => {
     // },
     {
       label: "到款状态",
-      prop: "refundStatus",
+      prop: "refundStatusNew",
       data: refundStatus.value,
     },
     // {
@@ -207,6 +207,17 @@ const config = computed(() => {
     },
     {
       attrs: {
+        label: "到款状态",
+        prop: "refundStatusNew",
+        width: 80,
+      },
+      render(refundStatusNew) {
+        return proxy.dictValueLabel(refundStatusNew, refundStatus.value);
+      },
+    },
+
+    {
+      attrs: {
         label: "审批状态",
         prop: "status",
         width: 140,