需求中心BUG修改
This commit is contained in:
parent
fe0b29a9fa
commit
95d27d57e0
|
@ -82,7 +82,8 @@
|
||||||
<a-form-item
|
<a-form-item
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
label="需求类型"
|
label="需求类型"
|
||||||
name="请选择需求类型"
|
name="detailsType"
|
||||||
|
:rules="[{ required: true, message: '请选择需求类型' }]"
|
||||||
>
|
>
|
||||||
<a-select
|
<a-select
|
||||||
disabled="true"
|
disabled="true"
|
||||||
|
@ -99,7 +100,7 @@
|
||||||
</a-select>
|
</a-select>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
|
|
||||||
<a-tooltip placement="top" mouseEnterDelay="1">
|
<!-- <a-tooltip placement="top" mouseEnterDelay="1">
|
||||||
<template #title>
|
<template #title>
|
||||||
<span>{{ formName.detailsField }}</span>
|
<span>{{ formName.detailsField }}</span>
|
||||||
</template>
|
</template>
|
||||||
|
@ -115,7 +116,7 @@
|
||||||
v-model:value="formName.detailsField"
|
v-model:value="formName.detailsField"
|
||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-tooltip>
|
</a-tooltip> -->
|
||||||
|
|
||||||
<a-form-item
|
<a-form-item
|
||||||
style="margin-bottom: 10px"
|
style="margin-bottom: 10px"
|
||||||
|
|
Loading…
Reference in New Issue