guhongwei 2 years ago
parent
commit
f0a657cab2
2 changed files with 2 additions and 0 deletions
  1. 1 0
      src/views/selfShop/info/index.vue
  2. 1 0
      src/views/system/goodsTags/index.vue

+ 1 - 0
src/views/selfShop/info/index.vue

@@ -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: {},

+ 1 - 0
src/views/system/goodsTags/index.vue

@@ -71,6 +71,7 @@ export default {
       infoFields: [
         { label: '显示名称', model: 'label' },
         { label: '标签编码', model: 'code' },
+        { label: '标签图片', model: 'file', type: 'upload', url: '/files/point/goodstags/upload' },
         { label: '状态', model: 'status', type: 'select' },
       ],
       rules: {},