|
|
|
@ -25,7 +25,7 @@
@@ -25,7 +25,7 @@
|
|
|
|
|
label: '新增', |
|
|
|
|
icon: 'ant-design:plus-circle-outlined', |
|
|
|
|
auth: ['dept_add'], |
|
|
|
|
onClick: handleAdd.bind(null, record), |
|
|
|
|
onClick: handleAdd.bind(null, record) |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '删除', |
|
|
|
@ -34,8 +34,8 @@
@@ -34,8 +34,8 @@
|
|
|
|
|
color: 'error', |
|
|
|
|
popConfirm: { |
|
|
|
|
title: '是否确认删除', |
|
|
|
|
confirm: handleDel.bind(null, record), |
|
|
|
|
}, |
|
|
|
|
confirm: handleDel.bind(null, record) |
|
|
|
|
} |
|
|
|
|
}]" |
|
|
|
|
/> |
|
|
|
|
</template> |
|
|
|
@ -81,7 +81,7 @@
@@ -81,7 +81,7 @@
|
|
|
|
|
showIndexColumn: false, |
|
|
|
|
canResize: false, |
|
|
|
|
actionColumn: { |
|
|
|
|
width: 220, |
|
|
|
|
width: 250, |
|
|
|
|
title: '操作', |
|
|
|
|
dataIndex: 'action', |
|
|
|
|
slots: { customRender: 'action' }, |
|
|
|
|