Browse Source

init

newStyle
lancer 4 years ago
parent
commit
f5f9693823
5 changed files with 6 additions and 5 deletions
  1. +1
    -1
      src/views/Customer/CompanyRecord.vue
  2. +1
    -1
      src/views/Customer/Companymanagement.vue
  3. +1
    -0
      src/views/admin/role/index.vue
  4. +2
    -2
      src/views/admin/user/index.vue
  5. +1
    -1
      src/views/building/Count.vue

+ 1
- 1
src/views/Customer/CompanyRecord.vue View File

@@ -12,7 +12,7 @@
<div> <div>
<el-input maxlength="10" clearable v-model="name"></el-input> <el-input maxlength="10" clearable v-model="name"></el-input>
</div> </div>
<div v-if="orgType==0" class="label">运营人员名称:</div>
<div v-if="orgType==0" class="label">运营人员:</div>
<div v-if="orgType==0"> <div v-if="orgType==0">
<el-input maxlength="10" clearable v-model="operationStaffName"></el-input> <el-input maxlength="10" clearable v-model="operationStaffName"></el-input>
</div> </div>


+ 1
- 1
src/views/Customer/Companymanagement.vue View File

@@ -12,7 +12,7 @@
<div> <div>
<el-input maxlength="10" clearable v-model="name"></el-input> <el-input maxlength="10" clearable v-model="name"></el-input>
</div> </div>
<div v-if="orgType==0" class="label">运营人员名称:</div>
<div v-if="orgType==0" class="label">运营人员:</div>
<div v-if="orgType==0"> <div v-if="orgType==0">
<el-input maxlength="10" clearable v-model="operationStaffName"></el-input> <el-input maxlength="10" clearable v-model="operationStaffName"></el-input>
</div> </div>


+ 1
- 0
src/views/admin/role/index.vue View File

@@ -436,6 +436,7 @@ export default {
// 单选框改变 // 单选框改变
radioChange(e) { radioChange(e) {
// console.log(e) // console.log(e)
this.filterText=''
this.treeDataList = []; this.treeDataList = [];
if (e == 0 || e == 1) { if (e == 0 || e == 1) {
this.findMyOrg(); this.findMyOrg();


+ 2
- 2
src/views/admin/user/index.vue View File

@@ -37,7 +37,7 @@
placeholder="请选择" placeholder="请选择"
@change="flagchange" @change="flagchange"
> >
<el-option label="登陆账号" value="1"></el-option>
<el-option label="登陆手机" value="1"></el-option>
<el-option label="用户名" value="2"></el-option> <el-option label="用户名" value="2"></el-option>
</el-select> </el-select>
</el-input> </el-input>
@@ -56,7 +56,7 @@
placeholder="请选择" placeholder="请选择"
@change="flagchange" @change="flagchange"
> >
<el-option label="登陆账号" value="1"></el-option>
<el-option label="登陆手机" value="1"></el-option>
<el-option label="用户名" value="2"></el-option> <el-option label="用户名" value="2"></el-option>
</el-select> </el-select>
</el-input> </el-input>


+ 1
- 1
src/views/building/Count.vue View File

@@ -399,7 +399,7 @@ export default {
this.houseStatistics(); this.houseStatistics();
}, },
timeChange(e) { timeChange(e) {
this.searchForm.dateType = -1;
this.searchForm.dateType = null;
this.searchForm.staDate = e[0]; this.searchForm.staDate = e[0];
this.searchForm.endDate = e[1]; this.searchForm.endDate = e[1];
// this.houseChange(); // this.houseChange();


Loading…
Cancel
Save