소스 검색

上传设计稿按钮显示筛选更改

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

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

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