[update] 修改bug80468
This commit is contained in:
@@ -33,10 +33,9 @@
|
||||
</a-form-item>
|
||||
<!-- 修改意见内容(包括修改理由和依据) -->
|
||||
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('workCenter.enStandardRevision.contentOfRevisedOpinion')">
|
||||
<a-input :placeholder="$t('pleaseEnter') + $t('workCenter.enStandardRevision.contentOfRevisedOpinion')"
|
||||
:maxLength="50"
|
||||
@change="event => event.target.value = event.target.value.trim()"
|
||||
v-decorator.trim="[ 'editAdvice', validatorRules.editAdvice ]" />
|
||||
<a-textarea :placeholder="$t('pleaseEnter') + $t('workCenter.enStandardRevision.contentOfRevisedOpinion')"
|
||||
:maxLength="500" :rows="4"
|
||||
v-decorator.trim="[ 'editAdvice', validatorRules.editAdvice ]" />
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
</a-spin>
|
||||
@@ -87,6 +86,14 @@ export default {
|
||||
sm: { span: 10 },
|
||||
xxl: { span: 12 }
|
||||
},
|
||||
// labelLongCol: {
|
||||
// xs: { span: 24 },
|
||||
// sm: { span: 21, offset: 1 }
|
||||
// },
|
||||
// wrapperLongCol: {
|
||||
// xs: { span: 24 },
|
||||
// sm: { span: 21, offset: 1 }
|
||||
// },
|
||||
validatorRules: {
|
||||
// 条款号
|
||||
clauseNum: {
|
||||
|
||||
Reference in New Issue
Block a user