字段名称调整

This commit is contained in:
zxy
2024-02-25 17:03:18 +08:00
parent d1aee9b518
commit 5404d97098
12 changed files with 36 additions and 28 deletions

View File

@@ -8,10 +8,10 @@
:inline="true"
>
<el-row :span="24">
<el-form-item label="公司名称:">
<el-form-item label="社区街道名称:">
<el-input
v-model="query.companyName"
placeholder="公司名称"
placeholder="社区街道名称"
clearable
></el-input>
</el-form-item>
@@ -225,7 +225,7 @@ export default {
mStatusList: missionState,
column: [
{
label: "公司名称",
label: "社区街道名称",
prop: "companyName",
display: false,
},