소스 검색

修改bug

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) : '--' } })
       }
       // 车主价