소스 검색

状态修改

huahaiyan 6 년 전
부모
커밋
274b000af0

+ 6 - 18
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/annualfistaudit.vue

@@ -58,24 +58,12 @@
         </el-table-column> -->
         <el-table-column sortable min-width="110" align="center" prop="Status" label="审核状态">
           <template slot-scope="scope">
-            <el-alert v-if="scope.row.Status=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="初审未通过" type="error">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='4'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="专业审核通过" type="success">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='0'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="已申请" type="info">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="初审通过" type="success">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='5'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="专业审核未通过" type="error">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="业务处已接收" type="warning">
-            </el-alert>
+            <span v-if="scope.row.Status=='0'" style="color:#E6A23C">已申请</span>
+            <span v-if="scope.row.Status=='2'" style="color:#F56C6C">初审未通过</span>
+            <span v-if="scope.row.Status=='1'" style="color:#E6A23C">待专业处室分办</span>
+            <span v-if="scope.row.Status=='3'" style="color:#E6A23C">待专业处室审批</span>
+            <span v-if="scope.row.Status=='5'" style="color:#F56C6C">专业处室审批未通过</span>
+            <span v-if="scope.row.Status=='4'" style="color:#67C23A">专业审核通过</span>
           </template>
         </el-table-column>
         <el-table-column prop="ApplyTime" sortable min-width="130" label="年审到期日期" align="center" show-overflow-tooltip>

+ 6 - 18
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/index.vue

@@ -72,24 +72,12 @@
         </el-table-column> -->
         <el-table-column sortable min-width="110" align="center" prop="Status" label="审核状态">
           <template slot-scope="scope">
-            <el-alert v-if="scope.row.Status=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="初审未通过" type="error">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='4'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="专业审核通过" type="success">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='0'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="已申请" type="info">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="初审通过" type="success">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='5'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="专业审核未通过" type="error">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="业务处已接收" type="warning">
-            </el-alert>
+            <span v-if="scope.row.Status=='0'" style="color:#E6A23C">已申请</span>
+            <span v-if="scope.row.Status=='2'" style="color:#F56C6C">初审未通过</span>
+            <span v-if="scope.row.Status=='1'" style="color:#E6A23C">待专业处室分办</span>
+            <span v-if="scope.row.Status=='3'" style="color:#E6A23C">待专业处室审批</span>
+            <span v-if="scope.row.Status=='5'" style="color:#F56C6C">专业处室审批未通过</span>
+            <span v-if="scope.row.Status=='4'" style="color:#67C23A">专业审核通过</span>
           </template>
         </el-table-column>
         <el-table-column prop="ApplyTime" sortable min-width="130" label="年审到期日期" align="center" show-overflow-tooltip>

+ 5 - 15
src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochange/index.vue

@@ -50,21 +50,11 @@
         </el-table-column>
         <el-table-column sortable min-width="110" align="center" prop="Status" label="审核状态">
           <template slot-scope="scope">
-            <el-alert v-if="scope.row.Status=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="待法规处审核" type="warning">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='-2'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="初审未通过" type="error">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="已申请" type="info">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='-3'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="审核未通过" type="success">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="审核通过" type="success">
-            </el-alert>
+            <span v-if="scope.row.Status=='1'" style="color:#E6A23C">已申请</span>
+            <span v-if="scope.row.Status=='-2'" style="color:#F56C6C">初审未通过</span>
+            <span v-if="scope.row.Status=='2'" style="color:#E6A23C">待法规处审核</span>
+            <span v-if="scope.row.Status=='-3'" style="color:#F56C6C">审核未通过</span>
+            <span v-if="scope.row.Status=='3'" style="color:#67C23A">审核通过</span>
           </template> 
         </el-table-column>
         <el-table-column prop="ConmmitTime" sortable min-width="100" label="申请日期" align="center" show-overflow-tooltip>

+ 5 - 15
src/dashoo.cn/frontend_web/src/pages/oilsupplier/infochange/infoaudit.vue

@@ -51,21 +51,11 @@
         </el-table-column>
         <el-table-column sortable min-width="110" align="center" prop="Status" label="审核状态">
           <template slot-scope="scope">
-            <el-alert v-if="scope.row.Status=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="待法规处审核" type="warning">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='-2'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="初审未通过" type="error">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="已申请" type="info">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='-3'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="审核未通过" type="success">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="审核通过" type="success">
-            </el-alert>
+            <span v-if="scope.row.Status=='1'" style="color:#E6A23C">已申请</span>
+            <span v-if="scope.row.Status=='-2'" style="color:#F56C6C">初审未通过</span>
+            <span v-if="scope.row.Status=='2'" style="color:#E6A23C">待法规处审核</span>
+            <span v-if="scope.row.Status=='-3'" style="color:#F56C6C">审核未通过</span>
+            <span v-if="scope.row.Status=='3'" style="color:#67C23A">审核通过</span>
           </template>
         </el-table-column>
         <el-table-column prop="CreateOn" sortable min-width="100" label="申请日期" align="center" show-overflow-tooltip>

+ 5 - 15
src/dashoo.cn/frontend_web/src/pages/oilsupplier/qualchange/index.vue

@@ -52,21 +52,11 @@
         </el-table-column>
         <el-table-column sortable min-width="110" align="center" prop="Status" label="审核状态">
           <template slot-scope="scope">
-            <el-alert v-if="scope.row.Status=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="待法规处审核" type="warning">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='-2'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="初审未通过" type="error">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="已申请" type="info">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='-3'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="审核未通过" type="success">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="审核通过" type="success">
-            </el-alert>
+            <span v-if="scope.row.Status=='1'" style="color:#E6A23C">已申请</span>
+            <span v-if="scope.row.Status=='-2'" style="color:#F56C6C">初审未通过</span>
+            <span v-if="scope.row.Status=='2'" style="color:#E6A23C">待法规处审核</span>
+            <span v-if="scope.row.Status=='-3'" style="color:#F56C6C">审核未通过</span>
+            <span v-if="scope.row.Status=='3'" style="color:#67C23A">审核通过</span>
           </template>
         </el-table-column>
         <el-table-column prop="ConmmitTime" sortable min-width="100" label="申请日期" align="center" show-overflow-tooltip>

+ 5 - 15
src/dashoo.cn/frontend_web/src/pages/oilsupplier/qualchange/qualaudit.vue

@@ -53,21 +53,11 @@
         </el-table-column>
         <el-table-column sortable min-width="110" align="center" prop="Status" label="审核状态">
           <template slot-scope="scope">
-            <el-alert v-if="scope.row.Status=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="待法规处审核" type="warning">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='-2'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="初审未通过" type="error">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="已申请" type="info">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='-3'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="审核未通过" type="success">
-            </el-alert>
-            <el-alert v-if="scope.row.Status=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
-              title="审核通过" type="success">
-            </el-alert>
+            <span v-if="scope.row.Status=='1'" style="color:#E6A23C">已申请</span>
+            <span v-if="scope.row.Status=='-2'" style="color:#F56C6C">初审未通过</span>
+            <span v-if="scope.row.Status=='2'" style="color:#E6A23C">待法规处审核</span>
+            <span v-if="scope.row.Status=='-3'" style="color:#F56C6C">审核未通过</span>
+            <span v-if="scope.row.Status=='3'" style="color:#67C23A">审核通过</span>
           </template>
         </el-table-column>
         <el-table-column prop="CreateOn" sortable min-width="100" label="申请日期" align="center" show-overflow-tooltip>