chenrui il y a 4 ans
Parent
commit
f9c3e2fa83
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/productManagement/productInfoJg/list.vue

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

@@ -191,7 +191,7 @@ export default {
               { title: '市级价', dataIndex: 'cityPrice', width: 100, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } }
             )
           }
-          if (res.data.isShowSpecialPrice && res.data.isShowSpecialPrice == '0') { //  是否展示特约价
+          if (res.data.isShowSpecialPrice && res.data.isShowSpecialPrice == '1') { //  是否展示特约价
             this.columns.push({ title: '特约价', dataIndex: 'specialPrice', width: 100, align: 'center' })
           }
           this.columns = [...this.columns, ...cArr]