fix: 智聪记账管理,投资交易记录,去掉修改查看按钮。
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user