|
@@ -5,7 +5,7 @@
|
|
|
<!--插槽:table标题-->
|
|
|
<template #tableTitle>
|
|
|
<a-button type="primary" v-auth="'contract:t_contract_supervise:add'" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增</a-button>
|
|
|
- <a-button type="primary" v-auth="'contract:t_contract_stat:edit'" @click="handleEdit" v-if="selectedRowKeys.length > 0">
|
|
|
+ <a-button type="primary" v-auth="'contract:t_contract_stat:edit'" @click="handleEdit" v-if="selectedRowKeys.length == 1">
|
|
|
<Icon icon="ant-design:edit-outlined"></Icon>
|
|
|
编辑
|
|
|
</a-button>
|
|
@@ -85,7 +85,6 @@
|
|
|
return Object.assign(params, queryParam);
|
|
|
},
|
|
|
tableSetting: { size: false },
|
|
|
- rowSelection: { type: 'radio' },
|
|
|
showActionColumn: false
|
|
|
},
|
|
|
exportConfig: {
|