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