群发
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<div>{{ detail.taskTitle }} <span :class="detail.status==0? 'status0': detail.status==1? 'status1': detail.status==2? 'status2':
|
||||
detail.status == 3? 'status3':detail.status==4? 'status4': 'status5'">{{ $dict.getLabel('mstStatus', detail.status) }}</span></div>
|
||||
<div>
|
||||
创建时间: <span>{{ createTime }}</span>
|
||||
创建时间: <span>{{ info.createTime }}</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header_right" @click="toDetail">查看详情</div>
|
||||
@@ -108,7 +108,6 @@ export default {
|
||||
subIndex0: 0,
|
||||
subIndex1: 0,
|
||||
tableData: [],
|
||||
createTime: "",
|
||||
id: "",
|
||||
info: {},
|
||||
current: 1,
|
||||
@@ -128,6 +127,7 @@ export default {
|
||||
],
|
||||
update0: true,
|
||||
update1: false,
|
||||
type: '',
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@@ -147,7 +147,7 @@ export default {
|
||||
},
|
||||
onLoad(o) {
|
||||
this.id = o.id;
|
||||
this.createTime = o.time;
|
||||
this.type = o.type
|
||||
},
|
||||
methods: {
|
||||
tabClick(index) {
|
||||
@@ -185,7 +185,7 @@ export default {
|
||||
},
|
||||
|
||||
toDetail() {
|
||||
uni.navigateTo({ url: `./detail?id=${this.id}` });
|
||||
uni.navigateTo({ url: `./detail?id=${this.id}&type=${this.type}` });
|
||||
},
|
||||
// 提醒发送
|
||||
remindSend() {
|
||||
|
||||
Reference in New Issue
Block a user