fix: 智聪记账,信用卡储蓄卡调额去掉编辑功能。
This commit is contained in:
@@ -266,7 +266,7 @@ const operateList = ref([
|
||||
{ id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:bankcard:remove'] }
|
||||
])
|
||||
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'] }
|
||||
])
|
||||
const data = reactive({
|
||||
|
||||
@@ -219,7 +219,7 @@ const operateList = ref([
|
||||
{ id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:bankcard:remove'] }
|
||||
])
|
||||
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'] }
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user