huangxw 6 달 전
부모
커밋
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 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>