update 设备信息
This commit is contained in:
джерело
86d3f63178
коміт
9c13434c48
@ -101,7 +101,7 @@ const addOrUpdateConfigs = {
|
||||
required: true,
|
||||
type: 'select',
|
||||
options: [],
|
||||
relatedField: 'sectionId', // 关联下面的id,在更换lineId时,会清空相应的sectionId选择结果
|
||||
relatedField: 'sectionId' // 关联下面的id,在更换lineId时,会清空相应的sectionId选择结果
|
||||
},
|
||||
{
|
||||
name: 'sectionId',
|
||||
@ -112,7 +112,8 @@ const addOrUpdateConfigs = {
|
||||
},
|
||||
{
|
||||
name: 'sort',
|
||||
label: i18n.t('ws.sort')
|
||||
label: i18n.t('ws.sort'),
|
||||
rules: [{ type: 'number', message: i18n.t('hints.number'), transform: val => Number(val) }]
|
||||
},
|
||||
{
|
||||
name: 'groupId',
|
||||
|
Завантаження…
Посилання в новій задачі
Block a user