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