传入参数调整
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user