代码修改
This commit is contained in:
parent
cce81f9ece
commit
1bff4a6f85
|
@ -104,24 +104,24 @@
|
|||
<a-form-item
|
||||
label="应用系统"
|
||||
name="applicationSystem"
|
||||
:rules="[
|
||||
{
|
||||
required: true,
|
||||
message: '请选择应用系统(如选项没有系统请新增)',
|
||||
},
|
||||
]"
|
||||
:rules="[{ required: true, message: '请选择应用系统' }]"
|
||||
>
|
||||
<a-select
|
||||
v-model:value="formName.applicationSystem"
|
||||
show-search
|
||||
placeholder="请输入关键字"
|
||||
style="width: 200px"
|
||||
:options="systemOptions"
|
||||
@focus="handleFocus"
|
||||
@blur="handleBlur"
|
||||
@change="systemHandleChange"
|
||||
@search="systemHandleSearch"
|
||||
></a-select>
|
||||
<a-tooltip>
|
||||
<template #title>
|
||||
请输入关键字(如选项没有系统请新增)
|
||||
</template>
|
||||
<a-select
|
||||
v-model:value="formName.applicationSystem"
|
||||
show-search
|
||||
placeholder="请输入关键字(如选项没有系统请新增)"
|
||||
style="width: 230px"
|
||||
:options="systemOptions"
|
||||
@focus="handleFocus"
|
||||
@blur="handleBlur"
|
||||
@change="systemHandleChange"
|
||||
@search="systemHandleSearch"
|
||||
></a-select>
|
||||
</a-tooltip>
|
||||
</a-form-item>
|
||||
<a-form-item
|
||||
class="applicationScene"
|
||||
|
@ -328,7 +328,7 @@
|
|||
num.value > 1 ? '等' + num.value + '项能力' : ''
|
||||
)
|
||||
: '申请' + list.value[0].arr[0].resourceName, // 标题
|
||||
applicationSystem: '', // 应用系统
|
||||
// applicationSystem: '', // 应用系统
|
||||
applicationScene: [], // 应用领域
|
||||
applicationBackground: '', // 应用背景
|
||||
effectWish: '', // 期望效果
|
||||
|
|
Loading…
Reference in New Issue