浏览代码

fix: 审批拒绝样式

ZhaoJun 1 年之前
父节点
当前提交
00ff72038d
共有 1 个文件被更改,包括 2 次插入0 次删除
  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>