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

This commit is contained in:
tianyongbao
2025-02-13 18:21:51 +08:00
parent 25c044e9d3
commit ac1b314e06

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({