Browse Source

🧮 更新sql

master
wangxiang 3 years ago
parent
commit
b19d7f23e4
  1. 3
      src/views/common/mapLogistic/index.vue

3
src/views/common/mapLogistic/index.vue

@ -13,10 +13,13 @@
<TableAction :actions="[ <TableAction :actions="[
{ {
label: '设计', label: '设计',
icon: 'fa6-regular:pen-to-square',
onClick: handleEdit.bind(null, record) onClick: handleEdit.bind(null, record)
}, },
{ {
label: '删除', label: '删除',
color: 'error',
icon: 'ant-design:delete-outlined',
onClick: handleDel.bind(null, record) onClick: handleDel.bind(null, record)
}]" }]"
/> />

Loading…
Cancel
Save