项目详情上传数据列表增加主体账号展示

This commit is contained in:
wkc
2026-03-11 16:21:51 +08:00
parent 281d919e57
commit f93ff0d886
4 changed files with 210 additions and 0 deletions

View File

@@ -77,6 +77,11 @@
{{ scope.row.enterpriseNames || '-' }}
</template>
</el-table-column>
<el-table-column prop="accountNos" label="主体账号" min-width="180">
<template slot-scope="scope">
{{ scope.row.accountNos || '-' }}
</template>
</el-table-column>
<el-table-column prop="uploadTime" label="上传时间" width="180">
<template slot-scope="scope">
{{ formatUploadTime(scope.row.uploadTime) }}