diff --git a/src/views/invest/investAccountDeal/index.vue b/src/views/invest/investAccountDeal/index.vue index 12401a2..75ba0bd 100644 --- a/src/views/invest/investAccountDeal/index.vue +++ b/src/views/invest/investAccountDeal/index.vue @@ -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({