@@ -57,10 +57,10 @@
</a-row>
<a-row>
<a-col :span="24">
- <a-form-item label="详细地址" name="address">
+ <a-form-item label="物流地址" name="address">
<a-input
v-model:value="form.address"
- placeholder="输入详细地址"
+ placeholder="输入物流地址"
/>
</a-form-item>
</a-col>
@@ -114,6 +114,15 @@ const showDrawer = ()=>{
})
}
const showModal = ()=>{
+ form.value = {
+ "optiontypeid":props.id,
+ "optiontypemxid":0,
+ "isused":"1",
+ "value":"",
+ "remarks":"",
+ "subvalues":[],
+ "sequence":0
+ }
modalVisble.value = true
const inputRef = ref()