Commit 880d1037 authored by 王李辉's avatar 王李辉

消息列表待办事项状态位检查的工单删除操作功能

parent 09648864
Pipeline #8707 passed with stage
in 5 minutes and 15 seconds
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<div class="message-content"> <div class="message-content">
{{ item.content }},{{ item.createBy }} {{ item.content }},{{ item.createBy }}
</div> </div>
<div class="bot_but"> <div class="bot_but" v-if=" item.theme != '检查'">
<van-button color="#33CCFF" size="mini">{{ <van-button color="#33CCFF" size="mini">{{
item.status == 0 ? "立即处理" : "待办事项" item.status == 0 ? "立即处理" : "待办事项"
}}</van-button> }}</van-button>
...@@ -179,6 +179,9 @@ export default { ...@@ -179,6 +179,9 @@ export default {
}, },
touchstart(index, item) { touchstart(index, item) {
console.log(item) console.log(item)
if(item.theme == "检查"){
return
}
if(item.appUrl){ if(item.appUrl){
this.$router.push({ this.$router.push({
// name: item.appUrl, // name: item.appUrl,
......
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