Commit 0b0273d7 by 董晓奇

生产任务的删除按钮放出来,不要三给点

parent adfd4b15
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
import Icon from '/@/components/Icon/index'; import Icon from '/@/components/Icon/index';
const listSpliceNum = ref(3); //操作列最先展示几个 const listSpliceNum = ref(4); //操作列最先展示几个
import { useConcurrentLock } from '/@/hooks/web/useConcurrentLock'; import { useConcurrentLock } from '/@/hooks/web/useConcurrentLock';
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
striped: false, striped: false,
actionColumn: { actionColumn: {
width: 225, width: 260,
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
slots: { customRender: 'action' }, slots: { customRender: 'action' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment