Browse Source

init

newStyle
lancer 2 years ago
parent
commit
ca8c12e10a
4 changed files with 9 additions and 5 deletions
  1. +2
    -2
      src/page/wel.vue
  2. +1
    -1
      src/views/Customer/label.vue
  3. +3
    -0
      src/views/Scheduling/index.vue
  4. +3
    -2
      src/views/building/index.vue

+ 2
- 2
src/page/wel.vue View File

@@ -571,11 +571,11 @@
<!-- <span class="span2-2">{{cardlist.liftlist.accountNum || 0}}%</span> -->
<span class="span2-2" v-if="orderBy.receptionTime>0">
<i class="el-icon-top" style="color: red;"></i>
{{orderBy.receptionTime || 0}}%
{{orderBy.receptionTime || 0}}
</span>
<span class="span2-3" v-if="orderBy.receptionTime<0">
<i class="el-icon-bottom" style="color: #25CEBA;"></i>
{{orderBy.receptionTime || 0}}%
{{orderBy.receptionTime || 0}}
</span>
</div>
</div>


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

@@ -1,6 +1,6 @@
<template>
<div class="box-center">
<div id="app">
<div id="app" style="padding-right: 40%;">
<div class="biaoti">客户画像关键词配置</div>
<div class="app-titel" style="margin-top: 20px" v-if="orgType!=3">
<div


+ 3
- 0
src/views/Scheduling/index.vue View File

@@ -666,6 +666,9 @@ height: 400px !important;
padding-bottom: 50px;
height: 400px !important;
}
/deep/.el-dialog{
min-width: 950px;
}
// /deep/ .wh_content_all{
// background: none;
// }


+ 3
- 2
src/views/building/index.vue View File

@@ -852,13 +852,14 @@ export default {
this.sysFlag=idx
this.idx=idx
this.AllOperationsStaff(idx,row);
this.zkoperationrecordFindByOrg(row.id,idx);
this.zkoperationrecordFindByOrg(row.id,idx,row.agentId);
},
zkoperationrecordFindByOrg(orgId,idx) {
zkoperationrecordFindByOrg(orgId,idx,agentId) {
this.$api.api
.zkoperationrecordFindByOrg({
orgType:3,
orgId,
agentId,
operationType:this.idx==0?'1':'2'
})
.then((res) => {


Loading…
Cancel
Save