所属机构统一改成机构名称

This commit is contained in:
18500206848
2024-03-31 18:53:57 +08:00
parent 468d5d4e07
commit 4974cf2a97
22 changed files with 65 additions and 54 deletions

View File

@@ -45,8 +45,8 @@
<!--搜索栏-->
<el-form size="small" label-position="right" :inline="true" style="padding-left: 10px; padding-right: 10px">
<el-row :span="24">
<el-form-item label="所属机构:">
<el-input v-model="query.companyName" placeholder="所属机构" clearable></el-input>
<el-form-item label="机构名称:">
<el-input v-model="query.companyName" placeholder="机构名称" clearable></el-input>
</el-form-item>
<el-form-item label="服务名称:">
<el-input v-model="query.name" placeholder="服务名称" clearable></el-input>
@@ -541,7 +541,7 @@ export default {
labelWidth: 120,
column: [
{
label: "所属机构",
label: "机构名称",
prop: "companyName",
addDisplay: false,
},