[update] 企标流程联调

This commit is contained in:
lideqin
2023-10-31 18:33:53 +08:00
parent 55d10c8899
commit 763284d5bd
7 changed files with 163 additions and 63 deletions
@@ -47,6 +47,12 @@
:row-selection="{ type: type, selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
:loading="loading"
@change="handleTableChange">
<template slot="text" slot-scope="text">
<a-tooltip overlay-class-name="tooltip-style">
<template slot="title">{{ text || text === 0 ? text : global.emptyLine }}</template>
<div class="table-text">{{ text || text === 0 ? text : global.emptyLine }}</div>
</a-tooltip>
</template>
</a-table>
</div>