Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
e4e7ed161b
|
@ -95,9 +95,9 @@
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item
|
<a-form-item
|
||||||
class="applicationScene"
|
class="applicationScene"
|
||||||
label="应用场景"
|
label="应用领域"
|
||||||
name="applicationScene"
|
name="applicationScene"
|
||||||
:rules="[{ required: true, message: '请选择应用场景' }]"
|
:rules="[{ required: true, message: '请选择应用领域' }]"
|
||||||
style="width: 6.93rem"
|
style="width: 6.93rem"
|
||||||
>
|
>
|
||||||
<a-select
|
<a-select
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
:options="applicationSceneOpthion"
|
:options="applicationSceneOpthion"
|
||||||
mode="tags"
|
mode="tags"
|
||||||
:size="size"
|
:size="size"
|
||||||
placeholder="请选择应用场景"
|
placeholder="请选择应用领域"
|
||||||
:filterOption="false"
|
:filterOption="false"
|
||||||
:searchValue="false"
|
:searchValue="false"
|
||||||
style="width: 5.87rem"
|
style="width: 5.87rem"
|
||||||
|
@ -296,7 +296,7 @@
|
||||||
)
|
)
|
||||||
: list.value[0].arr[0].resourceName.concat('能力申请'), // 标题
|
: list.value[0].arr[0].resourceName.concat('能力申请'), // 标题
|
||||||
applicationSystem: [], // 应用系统
|
applicationSystem: [], // 应用系统
|
||||||
applicationScene: [], // 应用场景
|
applicationScene: [], // 应用领域
|
||||||
applicationBackground: '', // 应用背景
|
applicationBackground: '', // 应用背景
|
||||||
effectWish: '', // 期望效果
|
effectWish: '', // 期望效果
|
||||||
user: '',
|
user: '',
|
||||||
|
|
Loading…
Reference in New Issue