瀏覽代碼

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

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