Explorar el Código

Merge branch 'linwenxin_dev' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin hace 1 año
padre
commit
71ce33d599
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/mallManagement/setActivity/index.vue

+ 1 - 1
src/views/mallManagement/setActivity/index.vue

@@ -133,7 +133,7 @@ export default {
         {
           name: 'el-input',
           md: 12,
-          attributes: { disabled: !!this.formData.id, placeholder: '请选择' },
+          attributes: { disabled: !!this.formData.id, placeholder: '请选择', maxlength:8 },
           formItemAttributes: { 
             label: '二维码主题', 
             prop: 'title',