chenrui il y a 10 mois
Parent
commit
01970662d3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) : '--' } })
       }
       // 车主价