liuhj 6 ヶ月 前
コミット
865141d653
共有2 個のファイルを変更した5 個の追加1 個の削除を含む
  1. 1 0
      src/components/OP/OpVisaPriec.vue
  2. 4 1
      src/components/Resource/OfficialActivities.vue

+ 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">