huangxw 6 месяцев назад
Родитель
Сommit
43a3030b0f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/zycp-app/swyq-code/index.vue

+ 2 - 2
src/views/zycp-app/swyq-code/index.vue

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