Kaynağa Gözat

update style

allen 1 yıl önce
ebeveyn
işleme
ea0db2beb3

+ 5 - 1
cirs-ui/src/views/biz/component/index.vue

@@ -358,7 +358,11 @@
       <el-table-column label="ZZKK等级" align="center" prop="zzkkLevel" width="100"/>
       <el-table-column label="WKB情况" align="center" prop="wkbInfo" />
       <el-table-column label="是否在优选目录内" align="center" prop="inPreference" width="130"  :show-overflow-tooltip="true"/>
-      <el-table-column label="质量检验" align="center" prop="qualityInspection" />
+      <el-table-column label="质量检验" align="center" prop="qualityInspection" >
+        <template slot-scope="scope">
+                  <span>{{ scope.row.qualityInspection*100 }}%</span>
+        </template>
+      </el-table-column>
       <el-table-column label="停产断档日期" align="center" prop="shutdownDate" width="180">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.shutdownDate, '{y}-{m}-{d}') }}</span>

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1945 - 0
sql/cirs_20240522.sql


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1369 - 0
sql/cirs_20240527.sql


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor