项目详情上传数据列表增加主体账号展示
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user