解决页面显示空白的问题。

This commit is contained in:
zhonghua.li
2026-04-18 17:15:26 +08:00
parent b5f3a1b2f7
commit 453b6e8841
26 changed files with 1198 additions and 1246 deletions

View File

@@ -86,8 +86,10 @@
<view class="service-action-btn service-action-btn--finish" @click.stop="finishService(item)">
<text>结束</text>
</view>
<uni-icons type="bars" size="16" color="#007AFF"></uni-icons>
<text>{{ recordStateLabel }}</text>
<template v-if="showRecordStateIndicator">
<uni-icons type="bars" size="16" color="#007AFF"></uni-icons>
<text>{{ recordStateLabel }}</text>
</template>
</view>
</view>
@@ -231,6 +233,11 @@ export default {
type: Boolean,
default: false,
},
/** 卡片右侧是否显示状态横杠图标与 recordStateLabel 文案 */
showRecordStateIndicator: {
type: Boolean,
default: true,
},
},
data() {
return {