fix:对接通知管理接口 进行联调测试

This commit is contained in:
zhaohy
2024-07-18 13:50:09 +08:00
parent f915dab012
commit 652a94a466
9 changed files with 213 additions and 154 deletions

View File

@@ -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 },
],
},
},
],
},
},