修改页面
This commit is contained in:
parent
6b4f6d05eb
commit
2f222f5a13
@ -42,7 +42,7 @@
|
||||
</el-form>
|
||||
</el-card>
|
||||
<el-card class="!border-none" v-loading="pager.loading" shadow="never">
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
v-perms="['shop_contract/add']"
|
||||
type="primary"
|
||||
@click="handleAdd"
|
||||
@ -58,10 +58,10 @@
|
||||
@click="handleDelete(selectData)"
|
||||
>
|
||||
删除
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
<div class="mt-4">
|
||||
<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="合同编号"
|
||||
prop="contract_no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user