把城市sql数据独立出来。默认不安装,有需要城市数据的可导入安装

This commit is contained in:
hdm 2022-02-14 23:52:53 +08:00
parent 7023ddf299
commit 8730694703

View File

@ -40,7 +40,7 @@
return html2;
}
}}
,{field:'type', title: '类型',width:80,align:'center',templet: function(d){
,{field:'type', title: '类型',width:120,align:'center',templet: function(d){
var html1='<span>系统模块</span>';
var html2='<span style="color:#FF5722">自定义模块</span>';
if(d.type==1){