bug fix
This commit is contained in:
@ -113,3 +113,17 @@ export const tenantStatusDict = [
|
||||
elTagType: "warning",
|
||||
},
|
||||
];
|
||||
|
||||
// 初始化状态
|
||||
export const initStatusDict = [
|
||||
{
|
||||
label: "否",
|
||||
value: "0",
|
||||
elTagType: "warning",
|
||||
},
|
||||
{
|
||||
label: "是",
|
||||
value: "1",
|
||||
elTagType: "success",
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user