项目管理页面

This commit is contained in:
zhaoxiao
2021-08-30 08:54:06 +08:00
parent eaa55ca7ee
commit 41bb5e4aa7
7 changed files with 346 additions and 33 deletions
@@ -41,7 +41,7 @@
<a-form-item label="邮政编码" :labelCol="labelCol" :wrapperCol="wrapperCol" class="form-item-postcode">
<a-input placeholder="请输入邮政编码"
v-decorator="['postalCode', validatorRules.postalCode]"
:maxLength='50'
:maxLength='6'
@change="e => {e.target.value = (e.target.value + '').trim()}"></a-input>
<a class="search-postcode" href="https://www.youbianku.com" target="_blank">查询邮编</a>
</a-form-item>