梁航:表单更新

This commit is contained in:
hot777zz
2023-11-06 11:08:09 +08:00
parent 0aee427f48
commit 8d04619c2b

View File

@@ -45,20 +45,23 @@
export default {
data() {
return {
ShopInfomation:{
city:'',
area:'',
count:0,
show1:false,
show2:false,
show3:false,
count:0,},
form:{
title:''
},
columns:[
['中国', '美国'],
['深圳', '厦门', '上海', '拉萨']
]
],
show1:false,
show2:false,
show3:false,
}
},
methods: {
confirm(e) {