From f9de5e9a3eada85447e73334a30a762069c647f5 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期五, 08 三月 2024 17:30:37 +0800
Subject: [PATCH] 1.23 玩湃bug修改

---
 cloud-server-management/src/main/webapp/static/modular/system/tGoods/TSiteInfo.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TSiteInfo.js b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TSiteInfo.js
index f8b2538..79d8665 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TSiteInfo.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/TSiteInfo.js
@@ -17,8 +17,10 @@
         {field: 'selectItem', checkbox: true},
         {title: '序号', field: 'id', visible: true, align: 'center', valign: 'middle'},
         {title: '所在省市', field: 'provinceCity', visible: true, align: 'center', valign: 'middle'},
+        {title: '所属运营商', field: 'account', visible: true, align: 'center', valign: 'middle'},
         {title: '门店名称', field: 'name', visible: true, align: 'center', valign: 'middle'},
         {title: '场地名称', field: 'siteName', visible: true, align: 'center', valign: 'middle'},
+        {title: '闸机ids', field: 'ids', visible: true, align: 'center', valign: 'middle'},
     ];
 };
 

--
Gitblit v1.7.1