|
|
|
|
@ -148,9 +148,9 @@ |
|
|
|
|
<img v-show="role_id == '1839537055389515777'" style="width: 32px;height: 32px;" |
|
|
|
|
:src="index == 0 ? require('@/assets/svg/task.svg') : index == 1 ? require('@/assets/svg/over.svg') : index == 2 ? require('@/assets/svg/person.svg') : ''" |
|
|
|
|
alt=""> |
|
|
|
|
<div style="margin:5px 0;color:#101010;">{{item.name}}</div> |
|
|
|
|
<div style="margin:12px 0;color:#6c6c6c;font-size:14px;">{{item.mainName}}<span style="margin:0px 10px;font-size:22px;color:#000;">{{item.num1}}</span>{{item.mainName == '巡检签约' ? '家' : item.title == '维修人员' ? '人' : '件'}}</div> |
|
|
|
|
<div style="color:#6c6c6c;font-size:14px;">{{item.subName}}<span style="margin:0px 10px;font-size:22px;color:#000;">{{item.num2}}</span>{{item.title == '维修人员' ? '人' : '件'}}</div> |
|
|
|
|
<div style="margin:5px 0;color:#101010;">{{item.title}}</div> |
|
|
|
|
<div style="margin:12px 0;color:#6c6c6c;font-size:14px;">{{item.mainName}}<span style="margin:0px 10px;font-size:22px;color:#000;">{{item.num}}</span>{{item.mainName == '巡检签约' ? '家' : item.title == '维修人员' ? '人' : '件'}}</div> |
|
|
|
|
<div style="color:#6c6c6c;font-size:14px;">{{item.subName}}<span style="margin:0px 10px;font-size:22px;color:#000;">{{item.num1}}</span>{{item.title == '维修人员' ? '人' : '件'}}</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|