This commit is contained in:
lcw
2025-09-25 10:37:22 +08:00
parent 83b69c4032
commit 5aebf4e12f
5 changed files with 30 additions and 11 deletions

View File

@ -18,7 +18,8 @@
{{ row.bazyj&&row.tjzm&&row.wfzzmjl?'已上传':'未上传' }}
</template>
<template #njzt="{row}">
<DictTag :options="D_BZ_SF" v-model:value="row.njzt" tag></DictTag>
{{ row.njzt == '01'?'通过':row.njzt == '02'?'不通过':'' }}
<!-- <DictTag :options="D_BZ_SF" v-model:value="row.njzt" tag></DictTag> -->
</template>
<!-- 操作 -->
<template #controls="{ row }">