[update] 打包企业管理字段修改

This commit is contained in:
zhaoxiao
2021-09-14 14:03:27 +08:00
parent 5542f6cb12
commit f6438c586d
+1 -1
View File
@@ -9,7 +9,7 @@
<a-row>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="企业名称" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input placeholder="请输入企业名称" v-model="queryParam.companyName"></a-input>
<a-input placeholder="请输入企业名称" v-model="queryParam.companyTemporaryName"></a-input>
</a-form-item>
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24">