This commit is contained in:
王一嘉
2025-07-17 19:42:32 +08:00
parent 8cd3064948
commit 49d294f453

View File

@@ -138,7 +138,7 @@ const deleteItem = async (id) => {
</view>
<view class="px-[12rpx] py-[7rpx] test-24r error" v-else>
{{ v.status_text }}
<x-prompt :title="v.status_text" :info="v.check_text">
<x-prompt :title="v.status_text+'原因'" :info="v.check_text">
<template v-slot:button>
<tui-icon name="about" :size="15" color="#F53F3F"></tui-icon>
</template>