소스 검색

项目修改

zhangxiaojun 7 달 전
부모
커밋
a706b11cad
2개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 4 0
      src/views/creditManage/coreEnterprise/indexTable.js
  2. 2 6
      src/views/creditManage/projectCredit/indexTable.js

+ 4 - 0
src/views/creditManage/coreEnterprise/indexTable.js

@@ -135,6 +135,10 @@ export default {
             return <span>{ row.process ? '是' : '否' }</span>
           }
         },
+        {
+          label: '执行人',
+          prop: 'assigneeName'
+        },
         {
           label: '最近提交时间',
           prop: 'gmtModified'

+ 2 - 6
src/views/creditManage/projectCredit/indexTable.js

@@ -117,12 +117,8 @@ export default {
           showTooltip: true
         },
         {
-          label: '是否流程授信',
-          prop: 'process',
-          showTooltip: true,
-          render: (h, row) => {
-            return <span>{ row.process ? '是' : '否' }</span>
-          }
+          label: '执行人',
+          prop: 'assigneeName'
         },
         {
           label: '最近提交时间',