修改汉字括弧为英文括弧,防止字符串折行
This commit is contained in:
parent
7bb2b3eee7
commit
7ac460befe
|
@ -1,5 +1,5 @@
|
||||||
$(function () {
|
$(function () {
|
||||||
$('#panelResultHeader').html('查询结果<span class="hidden-400 text-danger">(仅 Administrators 角色成员可删除数据)<span>');
|
$('#panelResultHeader').html('查询结果<span class="hidden-400 text-danger">(仅 Administrators 角色成员可删除数据)<span>');
|
||||||
var bsa = new BootstrapAdmin({
|
var bsa = new BootstrapAdmin({
|
||||||
url: Dicts.url,
|
url: Dicts.url,
|
||||||
dataEntity: new DataEntity({
|
dataEntity: new DataEntity({
|
||||||
|
|
Loading…
Reference in New Issue