Merge pull request 'fix : 优化工单列表样式' (#113) from dd into master
Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/113
This commit is contained in:
@@ -202,7 +202,7 @@ const tableConfig = reactive({
|
||||
let btn = []
|
||||
btn.push({ label: '详情', prem: auths.detail, func: () => handleDetail(row), type: 'primary' })
|
||||
btn.push({ label: '关单', prem: auths.detail, func: () => handleClose(row), type: 'primary' })
|
||||
btn.push({ label: '删除', prem: auths.detail, func: () => handleDelete(row), type: 'primary' })
|
||||
btn.push({ label: '删除', prem: auths.detail, func: () => handleDelete(row), type: 'danger' })
|
||||
return (
|
||||
<div style={{ width: '100%' }}>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user