传入参数调整

This commit is contained in:
2025-11-14 14:35:26 +08:00
parent cd95dab514
commit b17329ab7e
7 changed files with 25 additions and 25 deletions

View File

@@ -182,13 +182,13 @@ export default {
],
// 系统类别选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
typeOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 系统状态选项列表 格式 eg:{ dictLabel: '标签', dictValue: '0'}
statusOptions: [
{ dictLabel: '停用', dictValue: 0 },
{ dictLabel: '启用', dictValue: 1 },
{ dictLabel: '停用', dictValue: '0' },
{ dictLabel: '启用', dictValue: '1' },
],
// 数据列表
dataList: [],