|
|
@@ -60,13 +60,13 @@
|
|
|
</vxe-column>
|
|
|
<vxe-column field="downloadCount" width="80" title="下载次数" :formatter="colNoData"></vxe-column>
|
|
|
<vxe-column field="downloadTime" width="110" title="最近下载时间" :formatter="colNoData"></vxe-column>
|
|
|
- <vxe-column width="110" title="审核状态">
|
|
|
+ <vxe-column width="90" title="审核状态">
|
|
|
<template #default="{ row }">
|
|
|
<div>{{ selectDictLabel(check_status, row?.res) || '-' }}</div>
|
|
|
<div class="f-s-12 c-#999" v-if="row?.res == '2'">理由: {{ row?.msg }}</div>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
- <vxe-column width="110" title="生成状态" :formatter="colNoData">
|
|
|
+ <vxe-column width="90" title="生成状态" :formatter="colNoData">
|
|
|
<template #default="{ row }">
|
|
|
<template v-if="row.status * 1 == 1">生成成功</template>
|
|
|
<template v-else-if="row.status * 1 == 11">未开始</template>
|