|
@@ -25,6 +25,7 @@ export default {
|
|
|
{ label: '联系电话', model: 'phone' },
|
|
|
{ label: '地址', model: 'address' },
|
|
|
{ label: '证件照片', model: 'file', type: 'upload', url: '/files/point/shopFile/upload' },
|
|
|
+ { label: '店铺二维码', model: 'qrcode', type: 'upload', url: '/files/point/shopFile/upload' },
|
|
|
],
|
|
|
rules: {},
|
|
|
form: {},
|