评价修改
This commit is contained in:
parent
1425e5c635
commit
b057d781ef
|
@ -84,7 +84,7 @@
|
|||
</div>
|
||||
<a-modal
|
||||
v-model:visible="visible"
|
||||
width="40%"
|
||||
width="30%"
|
||||
:title="type"
|
||||
@ok="handleOk"
|
||||
@cancel="handleCancel"
|
||||
|
@ -95,8 +95,8 @@
|
|||
ref="formRef"
|
||||
:model="fromData"
|
||||
name="formRef"
|
||||
:label-col="{ span: 8 }"
|
||||
:wrapper-col="{ span: 16 }"
|
||||
:label-col="{ span: 6 }"
|
||||
:wrapper-col="{ span: 18 }"
|
||||
autocomplete="off"
|
||||
>
|
||||
<a-form-item
|
||||
|
|
Loading…
Reference in New Issue