调整 table 特定字段名称

pull/1205/head
贤心 2023-02-20 00:15:42 +08:00
parent c7de1e0c73
commit c2e7ed50c1
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
var table = {
config: { // 全局配置项
checkName: 'LAY_CHECKED' // 是否选中状态的特定字段名
,indexName: 'LAY_TABLE_INDEX' // 初始下标索引名,用于恢复当前页表格排序
,numbersName: 'LAY_INDEX' // 序号
,indexName: 'LAY_INDEX' // 初始下标索引名,用于恢复当前页表格排序
,numbersName: 'LAY_NUM' // 序号
,disabledName: 'LAY_DISABLED' // 禁用状态的特定字段名
}
,cache: {} // 数据缓存