Browse Source

审核状态

chenjj 3 months ago
parent
commit
02684a55e2
1 changed files with 26 additions and 2 deletions
  1. 26 2
      src/views/finance/examine/useData.js

+ 26 - 2
src/views/finance/examine/useData.js

@@ -195,7 +195,19 @@ export default ({proxy,jlzj_area_type}) => {
             label: '收款人',
             prop: 'areaPayeeName',
              width:'150px'
-        }
+        },
+        {
+            label: '审核原因说明',
+            prop: 'auditorRemark',
+             width:'150px'
+        },
+        {
+            label: '审核状态',
+            prop: 'auditorStatus',
+            type: 'dict',
+            dict: settlement_application_auditor_status,
+            width:'150px',
+        },
     ])
     const list_fuwu = ref([
         {
@@ -327,7 +339,19 @@ export default ({proxy,jlzj_area_type}) => {
             label: '服务中心结算时间',
             prop: 'serviceCentreSettlementTime',
             width:'150px',
-        }
+        },
+        {
+            label: '审核原因说明',
+            prop: 'auditorRemark',
+             width:'150px'
+        },
+        {
+            label: '审核状态',
+            prop: 'auditorStatus',
+            type: 'dict',
+            dict: settlement_application_auditor_status,
+            width:'150px',
+        },
     ])
     return {
         dialogFormRef,