liuhj il y a 6 mois
Parent
commit
865141d653

+ 1 - 0
src/components/OP/OpVisaPriec.vue

@@ -897,6 +897,7 @@ export default {
     font-size: 17px;
     font-weight: 600;
     color: #555;
+    
     margin-bottom: 20px;
     justify-content: space-between;
     align-items: center;

+ 4 - 1
src/components/Resource/OfficialActivities.vue

@@ -62,7 +62,10 @@
                     </el-table-column>
                     <el-table-column prop="confirmTheInvitation" label="复核确认" width="80">
                         <template slot-scope="scope">
-                            {{ scope.row.confirmTheInvitation==0?'未确认':'已确认' }}
+                            <span style="font-size: 20px;" :style="scope.row.confirmTheInvitation==0?'color: #555;':'color: #00cb00;'">
+                                {{ scope.row.confirmTheInvitation==0?'-':'✓' }}
+                            </span>
+                            
                         </template>
                     </el-table-column>
                     <el-table-column label="操作" width="280">