This commit is contained in:
扶桑花间 2025-09-11 22:47:29 +08:00
parent d7285e8f5f
commit e4990a3557
2 changed files with 8 additions and 17 deletions

View File

@ -12,16 +12,7 @@
<el-input <el-input
clearable clearable
v-model.trim="form.keyword" v-model.trim="form.keyword"
placeholder="请输入关键字(渠道名称/标识/备注)检索" placeholder="请输入关键字(机构名称/备注)检索"
/>
</el-form-item>
</el-col>
<el-col :lg="4" :md="8" :sm="12" :xs="24">
<el-form-item label="渠道名称">
<el-input
clearable
v-model.trim="form.name"
placeholder="请输入渠道(渠道ID/渠道代码/渠道标识)"
/> />
</el-form-item> </el-form-item>
</el-col> </el-col>

View File

@ -70,18 +70,18 @@
align: 'center' align: 'center'
}, },
{ {
prop: 'InstitutionId', prop: 'institutionId',
label: '渠道ID', label: '机构ID',
width: 80 width: 80
}, },
{ {
prop: 'code', prop: 'institutionName',
label: '渠道代码', label: '机构名称',
width: 80 minWidth: 120
}, },
{ {
prop: 'name', prop: 'comments',
label: '渠道名称', label: '备注',
minWidth: 120 minWidth: 120
}, },
{ {