BUG 修改

This commit is contained in:
zhaoxiao
2021-09-26 18:36:50 +08:00
parent 3c9c9c5df8
commit df5b0b6142
9 changed files with 16 additions and 12 deletions
@@ -15,7 +15,7 @@
<a-row>
<a-col :xl="8" :lg="9" :md="10" :sm="24">
<a-form-item label="项目名称" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-input placeholder="请输入项目名称" v-model="queryParam.chargeProject"></a-input>
<a-input placeholder="请输入项目名称" v-model="queryParam.projectName"></a-input>
</a-form-item>
</a-col>
<a-col :xl="8" :lg="9" :md="10" :sm="24">