|
@@ -13,7 +13,7 @@
|
|
</template>
|
|
</template>
|
|
<template #is_audit="{ row }">
|
|
<template #is_audit="{ row }">
|
|
<div class="audit" v-if="row && row.is_audit.length > 0">
|
|
<div class="audit" v-if="row && row.is_audit.length > 0">
|
|
- <div v-for="(item, index) in row.is_audit" :key="index">{{ item.title }}</div>
|
|
|
|
|
|
+ <div v-for="(item, index) in row.is_audit" :key="index">{{ item }}</div>
|
|
</div>
|
|
</div>
|
|
<div v-else>已通过</div>
|
|
<div v-else>已通过</div>
|
|
</template>
|
|
</template>
|