新增id
This commit is contained in:
parent
4269929141
commit
f1fcd16891
@ -68,6 +68,12 @@
|
|||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
|
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
|
||||||
<!-- <el-table-column type="selection" width="55" /> -->
|
<!-- <el-table-column type="selection" width="55" /> -->
|
||||||
|
<el-table-column
|
||||||
|
label="id"
|
||||||
|
width="100"
|
||||||
|
prop="id"
|
||||||
|
show-overflow-tooltip
|
||||||
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="合同编号"
|
label="合同编号"
|
||||||
prop="contract_no"
|
prop="contract_no"
|
||||||
|
@ -54,6 +54,12 @@
|
|||||||
<div class="mt-4">
|
<div class="mt-4">
|
||||||
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
|
<el-table :data="pager.lists" @selection-change="handleSelectionChange">
|
||||||
<!-- <el-table-column type="selection" width="55" /> -->
|
<!-- <el-table-column type="selection" width="55" /> -->
|
||||||
|
<el-table-column
|
||||||
|
label="ID"
|
||||||
|
width="100"
|
||||||
|
prop="id"
|
||||||
|
show-overflow-tooltip
|
||||||
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="公司名称"
|
label="公司名称"
|
||||||
prop="company_name"
|
prop="company_name"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user