Merge remote-tracking branch 'origin/dev' into dev

pull/1/head
fangjiakai 2024-02-26 15:37:56 +08:00
commit 1fa8b0a609
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">