数据资产登记更新
Showing
1 changed file
with
0 additions
and
5 deletions
| ... | @@ -99,11 +99,6 @@ const tableFields = ref([{ label: "序号", type: "index", width: 56, align: "ce | ... | @@ -99,11 +99,6 @@ const tableFields = ref([{ label: "序号", type: "index", width: 56, align: "ce |
| 99 | { label: "资产名称", field: "daName", width: 160, align: "left" }, | 99 | { label: "资产名称", field: "daName", width: 160, align: "left" }, |
| 100 | { label: "数据分类", field: "dataCategoryName", width: 120, align: "left" }, | 100 | { label: "数据分类", field: "dataCategoryName", width: 120, align: "left" }, |
| 101 | { label: "存储方式", field: "storageFormName", width: 120, align: "left" }, | 101 | { label: "存储方式", field: "storageFormName", width: 120, align: "left" }, |
| 102 | { | ||
| 103 | label: "所属行业", field: "ownIndustryName", width: 120, align: "left", getName: (scope) => { | ||
| 104 | return scope.row['ownIndustryName']?.join(',') | ||
| 105 | } | ||
| 106 | }, | ||
| 107 | { label: "数交所名称", field: "exchangeName", width: 160, align: "left" }, | 102 | { label: "数交所名称", field: "exchangeName", width: 160, align: "left" }, |
| 108 | { | 103 | { |
| 109 | label: "状态", field: "approveState", type: "tag", width: 96, align: 'center', getName: (scope) => { | 104 | label: "状态", field: "approveState", type: "tag", width: 96, align: 'center', getName: (scope) => { | ... | ... |
-
Please register or sign in to post a comment