修复bug

pull/1/head
zhangqihang 2024-02-26 15:32:44 +08:00
parent 691796b63b
commit 503061f7aa
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@
</template>
</el-descriptions>
</template>
<template v-if="data.checkList.length > 0">
<template v-if="data.checkList.length > 0 && data.info.STATE >= '4'">
<el-divider content-position="left">验收信息</el-divider>
<template v-for="(item, index) in data.checkList" :key="index">
<el-descriptions :column="1" border class="mt-10">