ソースを参照

Merge branch 'master' into groupmealweb

groupmealweb
zhaoy 11ヶ月前
コミット
4bbf4b26c7
1個のファイルの変更0行の追加9行の削除
  1. +0
    -9
      src/pages/sys/menus/index.jsx

+ 0
- 9
src/pages/sys/menus/index.jsx ファイルの表示

@@ -176,15 +176,6 @@ const handleUpdate = async (fields) => {
hideInSearch: true,
ellipsis:true,
},
{
title: '状态',
dataIndex: 'status',
hideInSearch: true,
valueEnum: {
0: { text: '启用', status: 'Success' },
1: { text: '禁用', status: 'Warning' },
},
},
{
title: '创建时间',
dataIndex: 'createAt',


読み込み中…
キャンセル
保存