Эх сурвалжийг харах

电量管理增加角色degree-manage

hfxc226 1 сар өмнө
parent
commit
ff83229b96

+ 2 - 0
src/views/upms/config/modules/BaseForm.vue

@@ -49,6 +49,7 @@
       >
       >
         <a-textarea
         <a-textarea
           v-if="type === '1'"
           v-if="type === '1'"
+          :rows="8"
           v-decorator="['content', {rules: [{required: true, message: '值不能为空'}]}]" />
           v-decorator="['content', {rules: [{required: true, message: '值不能为空'}]}]" />
         <file-upload
         <file-upload
           v-if="type === '2'"
           v-if="type === '2'"
@@ -69,6 +70,7 @@
         :wrapperCol="wrapperCol"
         :wrapperCol="wrapperCol"
       >
       >
         <a-textarea
         <a-textarea
+          :rows="4"
           v-decorator="['description']" />
           v-decorator="['description']" />
       </a-form-item>
       </a-form-item>
     </a-form>
     </a-form>