Browse Source

资质证书

yanghao 2 ngày trước cách đây
mục cha
commit
95535de1d7

+ 2 - 2
src/views/pms/qhse/certificate.vue

@@ -172,11 +172,11 @@
                 </template>
               </zm-table-column>
 
-              <!-- <zm-table-column label="证书类型" align="center" prop="type">
+              <zm-table-column label="证书类型" align="center" prop="type">
                 <template #default="scope">
                   {{ getCertificateTypeText(scope.row.type) }}
                 </template>
-              </zm-table-column> -->
+              </zm-table-column>
 
               <zm-table-column label="证书类别" align="center" width="150" prop="classify">
                 <template #default="scope">

+ 3 - 2
src/views/pms/qhse/credential/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div
-    class="qhse-page grid grid-cols-[auto_1fr] grid-rows-[auto_auto_minmax(0,1fr)_auto] gap-3 gap-x-4 h-[calc(100vh-10px-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))]">
+    class="qhse-page grid grid-cols-[auto_1fr] grid-rows-[auto_auto_minmax(0,1fr)_auto] gap-3 gap-x-4 h-[calc(100vh-8px-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))]">
     <DeptTreeSelect
       class="row-span-4"
       :top-id="rootDeptId"
@@ -53,7 +53,7 @@
           @click="handleStatCardClick('warn')">
           <div class="flex items-center gap-2">
             <Icon icon="ep:bell-filled" color="#d97706" />
-            <div class="stats-card__label">60天预警</div>
+            <div class="stats-card__label">60天预警(含过期)</div>
           </div>
           <div class="stats-card__value">
             <CountTo
@@ -831,6 +831,7 @@ onMounted(async () => {
   font-weight: 700;
   line-height: 1;
   color: #1f5bb8;
+  /* text-align: center; */
 }
 
 .stats-card--expired {