소스 검색

Merge branch 'master' into 测试

lxf 1 년 전
부모
커밋
14a6b2a2be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/subsidiary/order/management/index.vue

+ 1 - 1
src/views/subsidiary/order/management/index.vue

@@ -327,7 +327,7 @@ const config = computed(() => {
       },
       renderHTML(row) {
         return [
-          row.status == 10 && row.wlnStatus > 1
+          row.status == 10 && ![1, 14].includes(row.wlnStatus)
             ? {
                 attrs: {
                   label: "上传设计稿",