Commit b810613d authored by 皮倩雯's avatar 皮倩雯

fix: 删除发送短信字段

parent 4ebbd5bb
Pipeline #42445 passed with stages
in 7 minutes 16 seconds
...@@ -231,15 +231,6 @@ const FlowNode = () => { ...@@ -231,15 +231,6 @@ const FlowNode = () => {
<span style={{ color: record.colorType === 2 ? 'red' : '#000000D9' }}>{text}</span> <span style={{ color: record.colorType === 2 ? 'red' : '#000000D9' }}>{text}</span>
), ),
}, },
{
title: '发送短信',
dataIndex: 'IsSendMessage',
align: 'center',
width: 80,
render: (text, record) => (
<span style={{ color: record.colorType === 2 ? 'red' : '#000000D9' }}>{text}</span>
),
},
{ {
title: '操作', title: '操作',
align: 'center', align: 'center',
...@@ -389,11 +380,6 @@ const FlowNode = () => { ...@@ -389,11 +380,6 @@ const FlowNode = () => {
align: 'center', align: 'center',
width: 80, width: 80,
}, },
{
title: '发送短信',
align: 'center',
width: 80,
},
{ {
title: '操作', title: '操作',
align: 'center', align: 'center',
......
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