This commit is contained in:
weipengfei 2023-09-14 11:53:06 +08:00
parent 4269929141
commit f1fcd16891
2 changed files with 12 additions and 0 deletions

View File

@ -68,6 +68,12 @@
<div class="mt-4">
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
<!-- <el-table-column type="selection" width="55" /> -->
<el-table-column
label="id"
width="100"
prop="id"
show-overflow-tooltip
/>
<el-table-column
label="合同编号"
prop="contract_no"

View File

@ -54,6 +54,12 @@
<div class="mt-4">
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
<!-- <el-table-column type="selection" width="55" /> -->
<el-table-column
label="ID"
width="100"
prop="id"
show-overflow-tooltip
/>
<el-table-column
label="公司名称"
prop="company_name"