Commit 28f8eb5e authored by 武广's avatar 武广

fix: 修改门店状态

parent b920da7c
......@@ -207,9 +207,9 @@ export default () => {
{
title: '状态',
dataIndex: 'state',
valueEnum: stateDesc,
hideInSearch: true,
width: 120,
render: v => <span>{`${stateDesc[v]}`}</span>,
},
{
title: '创建时间',
......
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