瀏覽代碼

bug修复

chenrui 4 年之前
父節點
當前提交
fc18b28be9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/productManagement/priceChangeRecord/list.vue

+ 1 - 1
src/views/productManagement/priceChangeRecord/list.vue

@@ -249,7 +249,7 @@ export default {
               ]
             })
           }
-          if (res.data.isShowSpecialPrice && res.data.isShowSpecialPrice == '0') { //  是否展示特约价
+          if (res.data.isShowSpecialPrice && res.data.isShowSpecialPrice == '1') { //  是否展示特约价
             this.columns.push({
               title: '特约价',
               dataIndex: 'gterminaldsdPrice',