Преглед изворни кода

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

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: "上传设计稿",