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