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
clearable
v-model.trim="form.keyword"
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/渠道代码/渠道标识)"
placeholder="请输入关键字(机构名称/备注)检索"
/>
</el-form-item>
</el-col>

View File

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