【fix:bug88082】- 工作组-查看凭证去掉备注

This commit is contained in:
fengchenchen
2024-08-09 10:47:36 +08:00
parent a1bde7a838
commit 04adf4338d
@@ -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">