Parcourir la source

调整

master
zouhantao il y a 1 jour
Parent
révision
8cfc6d86ba
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier

@@ -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: '',

Chargement…
Annuler
Enregistrer