稽查二级页面空白处理

uat_us
熊飞 2024-02-23 09:50:37 +08:00
parent 6c0f148a77
commit 101dd3210e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<el-table-column prop="ModuleTypeValueCN" label="模块" show-overflow-tooltip align="left" min-width="230px" /> <el-table-column prop="ModuleTypeValueCN" label="模块" show-overflow-tooltip align="left" min-width="230px" />
<el-table-column prop="Description" label="操作名称" :show-overflow-tooltip="true" min-width="200px"> <el-table-column prop="Description" label="操作名称" :show-overflow-tooltip="true" min-width="200px">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.Description }}{{scope.row.DescriptionCN}}</span> <span>{{ scope.row.DescriptionCN }}{{scope.row.Description}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="DescriptionCN" label="其他" :show-overflow-tooltip="true" min-width="140px"> <el-table-column prop="DescriptionCN" label="其他" :show-overflow-tooltip="true" min-width="140px">