fix: 智聪记账管理,投资交易记录,去掉修改查看按钮。

(cherry picked from commit ac1b314e06)
This commit is contained in:
tianyongbao
2025-02-13 18:21:51 +08:00
parent 7070505f7a
commit e4eb03a1f2

View File

@@ -126,8 +126,8 @@ const futuresShow = ref(false)
const accountType = ref(0)
const accountList = ref([])
const operateList = ref([
{ id: 'view', icon: 'View', title: '查看', hasPermi: ['invest:accountDealRecord:query'] },
{ id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountDealRecord:edit'] },
//{ id: 'view', icon: 'View', title: '查看', hasPermi: ['invest:accountDealRecord:query'] },
//{ id: 'edit', icon: 'Edit', title: '修改', hasPermi: ['invest:accountDealRecord:edit'] },
{ id: 'delete', icon: 'Delete', title: '删除', hasPermi: ['invest:accountDealRecord:remove'] }
])
const data = reactive({