chenrui пре 10 месеци
родитељ
комит
01970662d3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/easyPassManagement/shoppingProducts/list.vue

+ 1 - 1
src/views/easyPassManagement/shoppingProducts/list.vue

@@ -270,7 +270,7 @@ export default {
       }
       // 终端价
       const pos = _this.$hasPermissions('M_shoppingProductsList_salesPrice') ? 8 : 7
-      if (_this.$hasPermissions('M_shoppingProductsList_salesPrice')) {
+      if (_this.$hasPermissions('M_shoppingProductsList_terminalPrice')) {
         arr.splice(pos, 0, { title: '终端价', dataIndex: 'terminalPrice', width: '7%', align: 'right', customRender: function (text) { return text || text == 0 ? _this.toThousands(text, 2) : '--' } })
       }
       // 车主价