把城市sql数据独立出来。默认不安装,有需要城市数据的可导入安装
This commit is contained in:
parent
7023ddf299
commit
8730694703
@ -40,7 +40,7 @@
|
|||||||
return html2;
|
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 html1='<span>系统模块</span>';
|
||||||
var html2='<span style="color:#FF5722">自定义模块</span>';
|
var html2='<span style="color:#FF5722">自定义模块</span>';
|
||||||
if(d.type==1){
|
if(d.type==1){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user