Ver código fonte

【企业台账备案】料件信息和商品信息字段修改

CzRger 9 meses atrás
pai
commit
2fddf0d3c2

+ 4 - 0
snowy-admin-web/src/views/yqyc/zero/enterprise-ledger/index.vue

@@ -170,6 +170,10 @@
 			title: '审核状态',
 			title: '审核状态',
 			dataIndex: 'status',
 			dataIndex: 'status',
 		},
 		},
+		{
+			title: '申报时间',
+			dataIndex: 'createTime',
+		},
 	]
 	]
 	// 操作栏通过权限判断是否显示
 	// 操作栏通过权限判断是否显示
 	if (hasPerm(['qyRecordInfoEdit', 'qyRecordInfoDelete'])) {
 	if (hasPerm(['qyRecordInfoEdit', 'qyRecordInfoDelete'])) {