[bug] 支出合同合同约定主要时点样式调整
This commit is contained in:
+1
-2
@@ -123,14 +123,13 @@
|
|||||||
date-format="YYYY-MM-DD"/>
|
date-format="YYYY-MM-DD"/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
|
||||||
<a-row>
|
|
||||||
<a-col :xxl="12" :xl="16" :sm="24">
|
<a-col :xxl="12" :xl="16" :sm="24">
|
||||||
<a-form-item label="合同约定主要时点" :labelCol="longLabelCol" :wrapperCol="longWrapperCol">
|
<a-form-item label="合同约定主要时点" :labelCol="longLabelCol" :wrapperCol="longWrapperCol">
|
||||||
<!-- 20211022需求变更将input改为textarea-->
|
<!-- 20211022需求变更将input改为textarea-->
|
||||||
<a-textarea placeholder="请输入合同约定主要时点"
|
<a-textarea placeholder="请输入合同约定主要时点"
|
||||||
v-decorator="['contractTimePoints',validatorRules.contractTimePoints]"
|
v-decorator="['contractTimePoints',validatorRules.contractTimePoints]"
|
||||||
:maxLength='200'
|
:maxLength='200'
|
||||||
|
autosize
|
||||||
@change="e => {e.target.value = (e.target.value + '').trim()}"></a-textarea>
|
@change="e => {e.target.value = (e.target.value + '').trim()}"></a-textarea>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user