Browse Source

调整

master
zouhantao 2 days ago
parent
commit
8cfc6d86ba
2 changed files with 5 additions and 1 deletions
  1. 2
    0
      src/views/system/branch/index.vue
  2. 3
    1
      src/views/system/userManage/index.vue

+ 2
- 0
src/views/system/branch/index.vue View File

@@ -11,6 +11,8 @@
placeholder="请输入网点编号"/>
<el-input maxlength="60" v-trim clearable v-model="searchForm.agencyId" style="width: 200px"
placeholder="请输入渠道编号"/>
<el-input maxlength="60" v-trim clearable v-model="searchForm.agencyName" style="width: 200px"
placeholder="请输入渠道名称"/>
</template>
<template #searchCustomButton>
<el-upload style="display: inline-block; margin: 0 10px" v-if="IsPermission(route, 'BRANCH_IMPORT')"

+ 3
- 1
src/views/system/userManage/index.vue View File

@@ -10,7 +10,8 @@
">
<template #search>
<el-input v-trim clearable v-model="searchForm.serviceHallName" style="width: 180px" placeholder="请输入网点名" />
<el-input v-trim clearable v-model="searchForm.agencyName" style="width: 180px" placeholder="请输入渠道" />
<el-input v-trim clearable v-model="searchForm.agencyId" style="width: 180px" placeholder="请输入渠道编号" />
<el-input v-trim clearable v-model="searchForm.agencyName" style="width: 180px" placeholder="请输入渠道名称" />
<el-input v-trim clearable v-model="searchForm.staffName" style="width: 180px" placeholder="请输入员工姓名" />
<el-input v-trim clearable v-model="searchForm.mobile" style="width: 180px" placeholder="请输入手机号" />
<!-- <el-select clearable v-model="searchForm.rbacSource" style="width: 180px" placeholder="请选择所属来源方">
@@ -361,6 +362,7 @@
searchForm.value = {
serviceHallName: '',
mobile: '',
agencyId: '',
agencyName: '',
staffName: '',
staffId: '',

Loading…
Cancel
Save