优化终检查询条件

This commit is contained in:
think 2025-01-17 10:32:09 +08:00
parent 5d4872954e
commit 9ce9c02db2

View File

@ -18,7 +18,7 @@ const props = defineProps<{
}>() }>()
const statusText = computed(() => { const statusText = computed(() => {
const text = props.orderState == '0' ? '检' : '查看' const text = props.orderState == '0' ? '检' : '查看'
return text return text
}) })
// //