fix:对接通知管理接口 进行联调测试
This commit is contained in:
@@ -195,6 +195,25 @@
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
label: '是否创建工单',
|
||||
field: 'createWorkOrder',
|
||||
component: 'NsRadioGroup',
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
message: '是否创建工单不能为空',
|
||||
trigger: 'change',
|
||||
},
|
||||
],
|
||||
componentProps: {
|
||||
radioType: 'radio',
|
||||
options: [
|
||||
{ label: '是', value: 1 },
|
||||
{ label: '否', value: 0 },
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user