|
@@ -129,16 +129,13 @@
|
|
<span class="text-group_2">本月</span>
|
|
<span class="text-group_2">本月</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
<!-- <span class="text_31">件</span> -->
|
|
<!-- <span class="text_31">件</span> -->
|
|
<div class="section_3 flex-row justify-between">
|
|
<div class="section_3 flex-row justify-between">
|
|
-
|
|
|
|
<div class="image-wrapper_1 flex-col">
|
|
<div class="image-wrapper_1 flex-col">
|
|
<bar-chart :chart-data="zhuzhuang" v-if='iszhu'/>
|
|
<bar-chart :chart-data="zhuzhuang" v-if='iszhu'/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
<div class="box_3 flex-col">
|
|
<div class="box_3 flex-col">
|
|
<span class="text_12">服务动态</span>
|
|
<span class="text_12">服务动态</span>
|
|
@@ -167,16 +164,8 @@
|
|
<div class="text-wrapper_2" >
|
|
<div class="text-wrapper_2" >
|
|
<span style="color: #161616;">{{fuwudong[1].record == null?'暂无数据' : fuwudong[1].record}}</span>
|
|
<span style="color: #161616;">{{fuwudong[1].record == null?'暂无数据' : fuwudong[1].record}}</span>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
<span class="text_29" >{{fuwudong[2].createTime}}</span>
|
|
<span class="text_29" >{{fuwudong[2].createTime}}</span>
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<!-- <div class="group_4 flex-col" v-if="fuweush">
|
|
<!-- <div class="group_4 flex-col" v-if="fuweush">
|
|
<span class="text_13" v-if="fuwudong[0].serviceProgress == 0">{{fuwudong[0].createTime}}</span>
|
|
<span class="text_13" v-if="fuwudong[0].serviceProgress == 0">{{fuwudong[0].createTime}}</span>
|
|
<span class="text_13" v-if="fuwudong[0].serviceProgress == 1">{{fuwudong[0].takeTime}}</span>
|
|
<span class="text_13" v-if="fuwudong[0].serviceProgress == 1">{{fuwudong[0].takeTime}}</span>
|
|
@@ -425,15 +414,15 @@
|
|
</div>
|
|
</div>
|
|
<div class="group_23 flex-col">
|
|
<div class="group_23 flex-col">
|
|
<div class="group_24 flex-row justify-between">
|
|
<div class="group_24 flex-row justify-between">
|
|
- <span class="text_148">admin</span>
|
|
|
|
- <img
|
|
|
|
|
|
+ <span class="text_148">{{name}}</span>
|
|
|
|
+ <!-- <img
|
|
class="thumbnail_26"
|
|
class="thumbnail_26"
|
|
referrerpolicy="no-referrer"
|
|
referrerpolicy="no-referrer"
|
|
src="../assets/images/icon_htgl_bj.png"
|
|
src="../assets/images/icon_htgl_bj.png"
|
|
- />
|
|
|
|
|
|
+ /> -->
|
|
</div>
|
|
</div>
|
|
<div class="text-wrapper_23 flex-col">
|
|
<div class="text-wrapper_23 flex-col">
|
|
- <span class="text_149">超级管理员</span>
|
|
|
|
|
|
+ <span class="text_149">{{rous}}</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -459,7 +448,6 @@
|
|
<Calendar
|
|
<Calendar
|
|
v-on:choseDay="clickDay"
|
|
v-on:choseDay="clickDay"
|
|
v-on:changeMonth="changeDate"
|
|
v-on:changeMonth="changeDate"
|
|
-
|
|
|
|
></Calendar>
|
|
></Calendar>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -869,11 +857,15 @@ export default {
|
|
yearfuwulist:[],
|
|
yearfuwulist:[],
|
|
monthlist:{},
|
|
monthlist:{},
|
|
isshue:false,
|
|
isshue:false,
|
|
- isyearsh:false
|
|
|
|
|
|
+ isyearsh:false,
|
|
|
|
+ rous:'',
|
|
|
|
+ name:''
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
this.avatar = this.$store.state.user.avatar
|
|
this.avatar = this.$store.state.user.avatar
|
|
|
|
+ this.name = this.$store.state.user.nickName
|
|
|
|
+ this.rous = this.$store.state.user.roles[0].roleName
|
|
console.log(this.dateFormat('YYYY年mm月dd日 HH时MM分',this.$store.state.user.loginDate))
|
|
console.log(this.dateFormat('YYYY年mm月dd日 HH时MM分',this.$store.state.user.loginDate))
|
|
this.getDicts("work_order_type").then(response => {
|
|
this.getDicts("work_order_type").then(response => {
|
|
this.buyTypeOptions = response.data;
|
|
this.buyTypeOptions = response.data;
|