【fix:bug88082】- 工作组-查看凭证去掉备注
This commit is contained in:
@@ -36,14 +36,6 @@
|
||||
</div>
|
||||
<span v-if="proofType==='none'">无</span>
|
||||
</a-form-item>
|
||||
<a-form-item label="备注" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-textarea
|
||||
placeholder="请输入备注"
|
||||
v-decorator="['remark']"
|
||||
:auto-size="{ minRows: 3, maxRows: 6 }"
|
||||
:maxLength='200'
|
||||
@change="e => {e.target.value = (e.target.value + '').trim()}"/>
|
||||
</a-form-item>
|
||||
</div>
|
||||
</a-spin>
|
||||
<template slot="footer">
|
||||
|
||||
Reference in New Issue
Block a user