监测对象

This commit is contained in:
liuye
2022-03-29 09:35:07 +08:00
parent 5aba44c192
commit 40596799b7
11 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@
</div> </div>
<div class="right"> <div class="right">
<div class="right-top"> <div class="right-top">
<span class="name">{{ item.name }}</span> <span class="name">{{ item.name }}</span>
<span class="status" :class="`status${item.status}`">{{ $dict.getLabel('fpPrtpStatus', item.status) }}</span> <span class="status" :class="`status${item.status}`">{{ $dict.getLabel('fpPrtpStatus', item.status) }}</span>
</div> </div>
<div class="right-bottom"> <div class="right-bottom">

View File

@@ -83,7 +83,7 @@
<image src="https://cdn.cunwuyun.cn/dvcp/h5/no-admin.png"/> <image src="https://cdn.cunwuyun.cn/dvcp/h5/no-admin.png"/>
<div> <div>
<span>您还未添加过家庭成员点击</span> <span>您还未添加过家庭成员点击</span>
<i>新增按钮</i> <i @tap="toAdd">新增按钮</i>
<span>试试吧~</span> <span>试试吧~</span>
</div> </div>
</div> </div>

View File

@@ -7,42 +7,42 @@
<script> <script>
export default { export default {
name: 'AppPageInteraction', name: 'AppPageInteraction',
appName: '工作台(振兴)', appName: '工作台(乡村振兴)',
data() { data() {
return { return {
label: '振兴', label: '乡村振兴',
appList: [ appList: [
{ {
name: '产业振兴', name: '产业振兴',
icon: require('./img/jmhd.png'), icon: require('./img/cyzx.png'),
url: '../AppServicePublic/AppServicePublic?moduleId=c7d4e2c46b56477c9a581af7f16e10d9&listName=产业资讯' url: '../AppServicePublic/AppServicePublic?moduleId=c7d4e2c46b56477c9a581af7f16e10d9&listName=产业资讯'
}, },
{ {
name: '组织振兴', name: '组织振兴',
icon: require('./img/jmys.png'), icon: require('./img/zzzx.png'),
url: '../AppServicePublic/AppServicePublic?moduleId=a33a855416d44b77a006b93599c9618d&listName=组织动态' url: '../AppServicePublic/AppServicePublic?moduleId=a33a855416d44b77a006b93599c9618d&listName=组织动态'
}, },
{ {
name: '人才振兴', name: '人才振兴',
icon: require('./img/xcxgg.png'), icon: require('./img/rczx.png'),
url: '../AppServicePublic/AppServicePublic?moduleId=6aa884de2b814967bdbb18a363904083&listName=人才工作' url: '../AppServicePublic/AppServicePublic?moduleId=6aa884de2b814967bdbb18a363904083&listName=人才工作'
}, },
{ {
name: '文化振兴', name: '文化振兴',
icon: require('./img/xcxgg.png'), icon: require('./img/whzx.png'),
url: '../AppServicePublic/AppServicePublic?moduleId=feaf0264251f422db9b10c5e9f6c1c56&listName=生态建设' url: '../AppServicePublic/AppServicePublic?moduleId=feaf0264251f422db9b10c5e9f6c1c56&listName=生态建设'
}, },
{ {
name: '生态振兴', name: '生态振兴',
icon: require('./img/xcxgg.png'), icon: require('./img/stzx.png'),
url: '../AppServicePublic/AppServicePublic?moduleId=95f0f1c509e44d528069bc9f9dc19e53&listName=党建要闻' url: '../AppServicePublic/AppServicePublic?moduleId=95f0f1c509e44d528069bc9f9dc19e53&listName=生态振兴'
} }
], ],
headerBg: require('./img/header-bg.png'), headerBg: require('./img/header-bg.png'),
} }
}, },
onShow() { onShow() {
document.title = "振兴" document.title = "乡村振兴"
} }
} }
</script> </script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 684 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB