cloud-server-management/src/main/webapp/static/modular/system/tShop/tShop.js
@@ -15,6 +15,7 @@ TCompetition.initColumn = function () { return [ {field: 'selectItem', radio: true}, {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'}, {title: '门店类型', field: 'type', visible: role==1?true:false, align: 'center', valign: 'middle', formatter:function (data) { return {1:"平台门店",2:"运营商门店"}[data]