列表页 合同编号 宽度优化

master
Harry Yang 2023-01-05 21:22:51 +08:00
parent 8bf9db615c
commit 544652f16d
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@
<el-table-column prop="contractNo" label="合同编号" width="120">
<template slot-scope="scope">
<el-popover placement="top-end" title="合同编号" width="200" trigger="hover">
<span slot="reference">{{scope.row.contractNo|ellipsis}}</span>
<span slot="reference">{{scope.row.contractNo|ellipsis(10)}}</span>
<span>{{scope.row.contractNo}}</span>
</el-popover>
</template>

View File

@ -91,7 +91,7 @@
<el-table-column prop="contractNo" label="合同编号" width="120">
<template slot-scope="scope">
<el-popover placement="top-end" title="合同编号" width="200" trigger="hover">
<span slot="reference">{{scope.row.contractNo|ellipsis}}</span>
<span slot="reference">{{scope.row.contractNo|ellipsis(10)}}</span>
<span>{{scope.row.contractNo}}</span>
</el-popover>
</template>