修改列表页字段最小距离
This commit is contained in:
parent
f29eb82c41
commit
a4a29a79d6
@ -36,7 +36,7 @@
|
||||
title: '文章列表',
|
||||
defaultToolbar: false,
|
||||
url: "/article/index/index", //数据接口
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 300,
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
cols: [
|
||||
|
@ -48,7 +48,7 @@
|
||||
toolbar: '#toolbarDemo',
|
||||
defaultToolbar: false,
|
||||
url: "/article/index/list", //数据接口
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 300,
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
cols: [
|
||||
|
@ -40,7 +40,7 @@
|
||||
elem: '#test',
|
||||
title: '合同归档列表',
|
||||
url: "/contract/index/archive", //数据接口
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 200,
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
cols: [
|
||||
|
@ -58,7 +58,7 @@
|
||||
toolbar: '#toolbarDemo',
|
||||
defaultToolbar:['filter', {title:'导出EXCEL',layEvent: 'LAYTABLE_EXCEL',icon: 'layui-icon-export'}],
|
||||
url: "/contract/index/index", //数据接口
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 200,
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
cols: [
|
||||
|
@ -53,7 +53,7 @@
|
||||
,toolbar: '#toolbarDemo'
|
||||
,title:'销售机会列表'
|
||||
,url: "/customer/chance/index"
|
||||
,cellMinWidth: 80
|
||||
,cellMinWidth: 200
|
||||
,page: true //开启分页
|
||||
,limit: 20
|
||||
,cols: [[
|
||||
|
@ -25,7 +25,7 @@
|
||||
,defaultToolbar:['filter', {title:'导出EXCEL',layEvent: 'LAYTABLE_EXCEL',icon: 'layui-icon-export'}]
|
||||
,title:'联系人列表'
|
||||
,url: "/customer/contact/index"
|
||||
,cellMinWidth: 80
|
||||
,cellMinWidth: 200
|
||||
,page: true //开启分页
|
||||
,limit: 20
|
||||
,cols: [[
|
||||
|
@ -77,7 +77,7 @@
|
||||
toolbar: '#toolbarDemo',
|
||||
defaultToolbar:['filter', {title:'导出EXCEL',layEvent: 'LAYTABLE_EXCEL',icon: 'layui-icon-export'}],
|
||||
url: "/customer/index/index", //数据接口
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 200,
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
cols: [
|
||||
|
@ -35,7 +35,7 @@
|
||||
toolbar: '#toolbarDemo',
|
||||
defaultToolbar: false,
|
||||
url: "/customer/index/rush", //数据接口
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 200,
|
||||
page: false, //开启分页
|
||||
limit: 10,
|
||||
cols: [
|
||||
|
@ -56,7 +56,7 @@
|
||||
defaultToolbar: false,
|
||||
toolbar: '#toolbarDemo',
|
||||
url: "/customer/index/sea", //数据接口
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 200,
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
cols: [
|
||||
|
@ -41,7 +41,7 @@
|
||||
toolbar: '#toolbarDemo',
|
||||
defaultToolbar: false,
|
||||
url: "/customer/index/trash", //数据接口
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 200,
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
cols: [
|
||||
|
@ -56,7 +56,7 @@
|
||||
toolbar: '#toolbarDemo',
|
||||
defaultToolbar:['filter', {title:'导出EXCEL',layEvent: 'LAYTABLE_EXCEL',icon: 'layui-icon-export'}],
|
||||
url: "/finance/expense/checkedlist", //数据接口
|
||||
cellMinWidth: 100,
|
||||
cellMinWidth: 200,
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
cols: [
|
||||
|
@ -24,7 +24,7 @@
|
||||
,url: "/oa/approve/copy"
|
||||
,page: true //开启分页
|
||||
,limit: 20
|
||||
,cellMinWidth: 80
|
||||
,cellMinWidth: 200
|
||||
,cols: [[
|
||||
{field:'id',width:80, title: 'ID号', align:'center'}
|
||||
,{field:'name',title: '申请人',width:90,align:'center'}
|
||||
|
@ -75,7 +75,7 @@
|
||||
,url: "/oa/approve/index"
|
||||
,page: true //开启分页
|
||||
,limit: 20
|
||||
,cellMinWidth: 80
|
||||
,cellMinWidth: 200
|
||||
,cols: [[
|
||||
{field:'id',width:80, title: 'ID号', align:'center'}
|
||||
,{field:'name',title: '申请人',width:90,align:'center'}
|
||||
|
@ -41,7 +41,7 @@
|
||||
,url: "/oa/approve/list"
|
||||
,page: true //开启分页
|
||||
,limit: 20
|
||||
,cellMinWidth: 80
|
||||
,cellMinWidth: 200
|
||||
,cols: [[
|
||||
{field:'id',width:80, title: 'ID号', align:'center'}
|
||||
,{field:'name',title: '申请人',width:90,align:'center'}
|
||||
|
@ -48,7 +48,7 @@
|
||||
title: '文档列表',
|
||||
toolbar: '#toolbarDemo',
|
||||
defaultToolbar: false,
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 200,
|
||||
url: "/project/document/index",
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
|
@ -23,7 +23,7 @@
|
||||
toolbar: '#toolbarDemo',
|
||||
defaultToolbar:['filter', {title:'导出EXCEL',layEvent: 'LAYTABLE_EXCEL',icon: 'layui-icon-export'}],
|
||||
title: '项目列表',
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 200,
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
height: 'full-24',
|
||||
|
@ -81,7 +81,7 @@
|
||||
title: '任务列表',
|
||||
toolbar: '#toolbarDemo',
|
||||
defaultToolbar:['filter', {title:'导出EXCEL',layEvent: 'LAYTABLE_EXCEL',icon: 'layui-icon-export'}],
|
||||
cellMinWidth: 80,
|
||||
cellMinWidth: 200,
|
||||
url: "/project/task/index", //数据接口
|
||||
page: true, //开启分页
|
||||
limit: 20,
|
||||
|
@ -84,7 +84,7 @@
|
||||
,url: "/project/task/task_time"
|
||||
,page: true //开启分页
|
||||
,limit: 20
|
||||
,cellMinWidth: 80
|
||||
,cellMinWidth: 200
|
||||
,height: 'full-88'
|
||||
,cols: [[ //表头
|
||||
{field: 'id', title: '序号',fixed: 'left', width:80, align:'center'}
|
||||
|
@ -15,7 +15,7 @@ if (empty(file_exists(__DIR__ . '/../vendor/autoload.php'))) {
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
// 定义当前版本号
|
||||
define('CMS_VERSION','4.12.30');
|
||||
define('CMS_VERSION','4.23.13');
|
||||
|
||||
// 定义Layui版本号
|
||||
define('LAYUI_VERSION','2.7.6');
|
||||
|
Loading…
x
Reference in New Issue
Block a user