|
|
@@ -4,7 +4,7 @@
|
|
|
<Filter @search="updateColumn">
|
|
|
<BtnList :btnList="firstBtn" />
|
|
|
</Filter>
|
|
|
- <contextMenu :contextMenuList="firstBtn">
|
|
|
+ <contextMenu :contextMenuList="secondBtn">
|
|
|
<a-table :columns="columns"
|
|
|
class="srcollYTable"
|
|
|
:scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
|
|
|
@@ -45,7 +45,7 @@ export default defineComponent({
|
|
|
// 表格事件
|
|
|
const { expandedRowKeys, selectedRow, Rowclick, btnClick } = getTableEvent<QhjAgreementConfig>({});
|
|
|
// 表格操作按钮列表
|
|
|
- const [firstBtn, secondBtn] = _getBtnList('platinum_agreement_tab', false).value;
|
|
|
+ const [firstBtn, secondBtn] = _getBtnList('platinum_agreement_tab', true).value;
|
|
|
// 表格列表数据
|
|
|
const { loading, tableList, queryTable } = queryTableList<QhjAgreementConfig>();
|
|
|
initData(() => {
|