Commit 11f82189 authored by 13841799530's avatar 13841799530

Merge branch 'develop' of http://git.censoft.com.cn/BCDH-HSE/bcdh-app into develop

parents 4b6255b4 0ada2345
Pipeline #7737 passed with stage
in 11 seconds
......@@ -53,7 +53,9 @@
{{ item.content }},{{ item.createBy }}
</div>
<div class="bot_but">
<van-button color="#33CCFF" size="mini">立即处理</van-button>
<van-button color="#33CCFF" size="mini">{{
item.status == 0 ? "立即处理" : "待办事项"
}}</van-button>
</div>
</div>
</van-badge>
......@@ -173,8 +175,10 @@ export default {
touchstart(index, item) {
this.$router.push({
path: item.appUrl,
query: {},
name: item.appUrl,
params: {
id: item.id,
},
});
},
// // 加载完成后将loading改成 false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment