修复菜单规则和会员规则列表转义

pull/490/head
Karson 2025-02-17 14:47:58 +08:00
parent 71d15964fd
commit 2bd2fd5684
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template'], function
table.bootstrapTable({
url: $.fn.bootstrapTable.defaults.extend.index_url,
sortName: '',
escape: false,
escape: true,
columns: [
[
{field: 'state', checkbox: true,},

View File

@ -21,7 +21,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
url: $.fn.bootstrapTable.defaults.extend.index_url,
pk: 'id',
sortName: 'weigh',
escape: false,
escape: true,
columns: [
[
{checkbox: true},