下发任务 修改任务处理

This commit is contained in:
maojiacai
2025-09-07 21:33:05 +08:00
parent 5cd52c4d2c
commit 8aad9f302f
20 changed files with 1248 additions and 36 deletions

View File

@ -31,7 +31,7 @@ const listData = ref([
text: '巡逻打卡',
imgUrl: require("@/assets/home/xldk.png"),
type: 'xldk',
path: '/clock'
path: '/patrolList'
},
{
text: '信息交互',
@ -39,6 +39,12 @@ const listData = ref([
type: 'zllz',
path: '/yyzx/zlzx/zlzxIndex'
},
{
text: '必到点采集',
imgUrl: require("@/assets/home/bddcj.png"),
type: 'bddcj',
path: '/collectPage'
},
{
text: '处警报送',
imgUrl: require("@/assets/home/dqwz.png"),
@ -59,6 +65,8 @@ const changeOpen = (val) => {
case 'zllz':
case 'grxx':
case 'cjbs':
case 'bddcj':
case 'clockIn':
router.push(val.path)
break
case 'rcpc':
@ -79,6 +87,7 @@ ul {
box-sizing: border-box;
overflow: hidden;
height: 100vh;
overflow: auto;
li {
width: 48%;
@ -91,4 +100,4 @@ ul {
margin-bottom: 10px;
}
}
</style>
</style>