Commit 3faa98e4 by zhaochengxiang

草稿删除改停用

parent 72488e04
...@@ -96,7 +96,7 @@ const FC = (props) => { ...@@ -96,7 +96,7 @@ const FC = (props) => {
render: (text, record) => { render: (text, record) => {
if (text === 'release') return '新增' if (text === 'release') return '新增'
if (text === 'change') return '修改' if (text === 'change') return '修改'
if (text === 'offline') return '删除' if (text === 'offline') return '停用'
return '' return ''
} }
......
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