首页
{{ name }}
{
$router.push({ path: '/userInfo', query: { type: 'password' } });
}
"
>
实时巡检
{
$router.push({ path: '/review/clock' });
}
"
>
立即巡检
{{ item.dictLabel }}
{{
role == "admin" ? "工单待办" : "实时报修"
}}
{
$router.push({ path: '/repair/list' });
}
"
>
{{ role == "admin" ? "立即处理" : "立即查看" }}
{{ item.label }}
设备异常
{
$router.push({ path: '/device/list' });
}
"
>
立即查看
{{ item.dictLabel }}
欠费待收
{
$router.push({ path: '/pay/fee' });
}
"
>
立即催收
{{
`${dict_filter(item.payType, "payTypeList")["dictLabel"]}`
}}
{{
(parseInt(item.arrearageNum * 100) / 100).toFixed(2)
}}
{{
(parseInt(item.arrearageAmount * 100) / 100).toFixed(2)
}}
加载中...
账单待缴
{
$router.push({
path: '/bill/detail',
query: {
activeTab: 'bill',
},
});
}
"
>
立即缴费
{{
`${dict_filter(item.payType, "payTypeList")["dictLabel"]}`
}}
{{
(parseInt(item.currentAmount * 100) / 100).toFixed(2)
}}
{{
(parseInt(item.cumulativeAmount * 100) / 100).toFixed(2)
}}
加载中...