fix : 修复专项资金页面功能细节
This commit is contained in:
@@ -123,7 +123,6 @@ const tableConfig = reactive({
|
||||
currentRender: ({row, index}) => {
|
||||
let btn = []
|
||||
let buttons = new Set(Array.from(row.buttons))
|
||||
console.log('buttons',buttons.has("details"))
|
||||
if (buttons.has("details")) {
|
||||
btn.push({label: '详情', prem: ['mosr:collect:info'], func: () => handleDetail(row), type: 'primary'})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user