Przeglądaj źródła

fix: 审批拒绝样式

ZhaoJun 1 rok temu
rodzic
commit
00ff72038d
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      pages/approved/detail.vue

+ 2 - 0
pages/approved/detail.vue

@@ -32,6 +32,8 @@
       <uni-steps
         :options="auditList"
         :active="currentStep"
+        :active-color="detail.audit_status === 2 ? 'red' : '#2979FF'"
+        :active-icon="detail.audit_status === 2 ? 'clear' : 'checkbox-filled'"
         direction="column"
       />
     </view>