Commit fa953832 authored by 胡占生's avatar 胡占生 🇨🇳

待办事项

parent 13fc6d26
...@@ -53,7 +53,9 @@ ...@@ -53,7 +53,9 @@
{{ item.content }},{{ item.createBy }} {{ item.content }},{{ item.createBy }}
</div> </div>
<div class="bot_but"> <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>
</div> </div>
</van-badge> </van-badge>
...@@ -173,8 +175,10 @@ export default { ...@@ -173,8 +175,10 @@ export default {
touchstart(index, item) { touchstart(index, item) {
this.$router.push({ this.$router.push({
path: item.appUrl, name: item.appUrl,
query: {}, params: {
id: item.id,
},
}); });
}, },
// // 加载完成后将loading改成 false // // 加载完成后将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