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