fix: 智聪记账,信用卡储蓄卡调额去掉编辑功能。

This commit is contained in:
tianyongbao
2025-02-06 14:41:04 +08:00
parent a147055d90
commit 0e2aa52237
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ const operateList = ref([
{ id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:bankcard:remove'] } { id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:bankcard:remove'] }
]) ])
const operateDetailList = ref([ const operateDetailList = ref([
{ id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:bankcard:edit'] }, //{ id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:bankcard:edit'] },
{ id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:bankcard:remove'] } { id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:bankcard:remove'] }
]) ])
const data = reactive({ const data = reactive({

View File

@@ -219,7 +219,7 @@ const operateList = ref([
{ id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:bankcard:remove'] } { id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:bankcard:remove'] }
]) ])
const operateDetailList = ref([ const operateDetailList = ref([
{ id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:bankcard:edit'] }, //{ id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:bankcard:edit'] },
{ id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:bankcard:remove'] } { id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:bankcard:remove'] }
]) ])