字段名称调整

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

@@ -207,7 +207,7 @@ export default {
dialogFullscreen: true,
column: [
{
label: "公司名称",
label: "社区街道名称",
prop: "companyName",
search: true,
searchSpan: 5,

View File

@@ -4,7 +4,7 @@
ref="search"
size="small"
prefix-icon="el-icon-search"
placeholder="搜索公司"
placeholder="搜索社区街道"
v-model="query.companyName"
clearable
></el-input>