去掉报事报修详情 操作按钮
Some checks failed
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Has been cancelled

This commit is contained in:
2025-09-09 09:38:34 +08:00
parent f541c0f191
commit fb02715afb
3 changed files with 2 additions and 5 deletions

View File

@@ -30,7 +30,6 @@
if (options.item) { if (options.item) {
const item = JSON.parse(decodeURIComponent(options.item)); const item = JSON.parse(decodeURIComponent(options.item));
this.detail = item; this.detail = item;
console.log("t1",this.detail)
} }
}, },

View File

@@ -58,7 +58,7 @@
</view> </view>
<!-- 底部操作按钮 --> <!-- 底部操作按钮 -->
<view <!-- <view
v-if="((!isManager && detailStep != 0) || (isManager && detailStep == 0)) && detailStep != 3&&!isNaomalUser" v-if="((!isManager && detailStep != 0) || (isManager && detailStep == 0)) && detailStep != 3&&!isNaomalUser"
class="btn-group"> class="btn-group">
<button class="btn ghost" <button class="btn ghost"
@@ -67,7 +67,7 @@
</view> </view>
<view class="kg"> <view class="kg">
</view> </view>
<SelectUser :visible.sync="showSelect" :list="users" :multiple="false" @confirm="onConfirm" /> <SelectUser :visible.sync="showSelect" :list="users" :multiple="false" @confirm="onConfirm" /> -->
</view> </view>
</template> </template>
@@ -121,7 +121,6 @@ export default {
else if (this.detail.status == 3) currentIndex = 2; else if (this.detail.status == 3) currentIndex = 2;
else if (this.detail.status == 4) currentIndex = 3; else if (this.detail.status == 4) currentIndex = 3;
this.detailStep = currentIndex; this.detailStep = currentIndex;
console.log('t1',this.de)
}, },
getStatusLabel(status) { getStatusLabel(status) {
const statusMap = { const statusMap = {

View File

@@ -30,7 +30,6 @@
}, },
onLoad(options) { onLoad(options) {
if (options.item) { if (options.item) {
console.log('t1',options.item)
const item = JSON.parse(decodeURIComponent(options.item)); const item = JSON.parse(decodeURIComponent(options.item));
this.info = item; this.info = item;
} }