This commit is contained in:
PQZ 2024-11-05 14:12:36 +08:00
parent 8149763e0d
commit d4e00a1d13

View File

@ -241,6 +241,9 @@
<image mode="aspectFit" src="/static/icons/date.png" style="width: 24rpx;height: 24rpx"></image>
<text class="projDateText">{{ item.createTime }}</text>
</view>
<view class="projDate">
<text class="projDateText">{{ item.projectName }}</text>
</view>
<template >
<view class="projDesc">
{{ item.remark }}
@ -665,10 +668,13 @@ export default {
this.selectNowRepair()
}
if ("03" == this.ticketInfo.ticketsWorkStatus || "04" == this.ticketInfo.ticketsWorkStatus) {
//
//
this.content.push({
text: '开始施工', active: false, code: "start"
})
this.content.push({
text: '移交总检', active: false, code: "done"
})
}
}
}