From a4a29a79d6c52528f2da1cb4f2790eeb6d4efe8a Mon Sep 17 00:00:00 2001 From: hdm Date: Fri, 13 Jan 2023 09:43:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=9C=80=E5=B0=8F=E8=B7=9D=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/article/view/index/index.html | 2 +- app/article/view/index/list.html | 2 +- app/contract/view/index/archive.html | 2 +- app/contract/view/index/index.html | 2 +- app/customer/view/chance/index.html | 2 +- app/customer/view/contact/index.html | 2 +- app/customer/view/index/index.html | 2 +- app/customer/view/index/rush.html | 2 +- app/customer/view/index/sea.html | 2 +- app/customer/view/index/trash.html | 2 +- app/finance/view/expense/checkedlist.html | 2 +- app/oa/view/approve/copy.html | 2 +- app/oa/view/approve/index.html | 2 +- app/oa/view/approve/list.html | 2 +- app/project/view/document/index.html | 2 +- app/project/view/index/index.html | 2 +- app/project/view/task/index.html | 2 +- app/project/view/task/task_time.html | 2 +- public/index.php | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/app/article/view/index/index.html b/app/article/view/index/index.html index e96297c..4d9e536 100644 --- a/app/article/view/index/index.html +++ b/app/article/view/index/index.html @@ -36,7 +36,7 @@ title: '文章列表', defaultToolbar: false, url: "/article/index/index", //数据接口 - cellMinWidth: 80, + cellMinWidth: 300, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/article/view/index/list.html b/app/article/view/index/list.html index 7502428..6dbe5be 100644 --- a/app/article/view/index/list.html +++ b/app/article/view/index/list.html @@ -48,7 +48,7 @@ toolbar: '#toolbarDemo', defaultToolbar: false, url: "/article/index/list", //数据接口 - cellMinWidth: 80, + cellMinWidth: 300, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/contract/view/index/archive.html b/app/contract/view/index/archive.html index b01fe50..d3a77ed 100644 --- a/app/contract/view/index/archive.html +++ b/app/contract/view/index/archive.html @@ -40,7 +40,7 @@ elem: '#test', title: '合同归档列表', url: "/contract/index/archive", //数据接口 - cellMinWidth: 80, + cellMinWidth: 200, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/contract/view/index/index.html b/app/contract/view/index/index.html index fd3bafb..2556080 100644 --- a/app/contract/view/index/index.html +++ b/app/contract/view/index/index.html @@ -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: [ diff --git a/app/customer/view/chance/index.html b/app/customer/view/chance/index.html index 30dc0cb..57e759a 100644 --- a/app/customer/view/chance/index.html +++ b/app/customer/view/chance/index.html @@ -53,7 +53,7 @@ ,toolbar: '#toolbarDemo' ,title:'销售机会列表' ,url: "/customer/chance/index" - ,cellMinWidth: 80 + ,cellMinWidth: 200 ,page: true //开启分页 ,limit: 20 ,cols: [[ diff --git a/app/customer/view/contact/index.html b/app/customer/view/contact/index.html index fb10e9b..2b9084b 100644 --- a/app/customer/view/contact/index.html +++ b/app/customer/view/contact/index.html @@ -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: [[ diff --git a/app/customer/view/index/index.html b/app/customer/view/index/index.html index 62d7654..a8f5e05 100644 --- a/app/customer/view/index/index.html +++ b/app/customer/view/index/index.html @@ -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: [ diff --git a/app/customer/view/index/rush.html b/app/customer/view/index/rush.html index 80b3b76..c02fc63 100644 --- a/app/customer/view/index/rush.html +++ b/app/customer/view/index/rush.html @@ -35,7 +35,7 @@ toolbar: '#toolbarDemo', defaultToolbar: false, url: "/customer/index/rush", //数据接口 - cellMinWidth: 80, + cellMinWidth: 200, page: false, //开启分页 limit: 10, cols: [ diff --git a/app/customer/view/index/sea.html b/app/customer/view/index/sea.html index 77f2426..cdccee0 100644 --- a/app/customer/view/index/sea.html +++ b/app/customer/view/index/sea.html @@ -56,7 +56,7 @@ defaultToolbar: false, toolbar: '#toolbarDemo', url: "/customer/index/sea", //数据接口 - cellMinWidth: 80, + cellMinWidth: 200, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/customer/view/index/trash.html b/app/customer/view/index/trash.html index ff0a8d7..d83e0db 100644 --- a/app/customer/view/index/trash.html +++ b/app/customer/view/index/trash.html @@ -41,7 +41,7 @@ toolbar: '#toolbarDemo', defaultToolbar: false, url: "/customer/index/trash", //数据接口 - cellMinWidth: 80, + cellMinWidth: 200, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/finance/view/expense/checkedlist.html b/app/finance/view/expense/checkedlist.html index 5f893e3..8673741 100644 --- a/app/finance/view/expense/checkedlist.html +++ b/app/finance/view/expense/checkedlist.html @@ -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: [ diff --git a/app/oa/view/approve/copy.html b/app/oa/view/approve/copy.html index 91b13b9..217dcb8 100644 --- a/app/oa/view/approve/copy.html +++ b/app/oa/view/approve/copy.html @@ -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'} diff --git a/app/oa/view/approve/index.html b/app/oa/view/approve/index.html index c434345..036e6c2 100644 --- a/app/oa/view/approve/index.html +++ b/app/oa/view/approve/index.html @@ -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'} diff --git a/app/oa/view/approve/list.html b/app/oa/view/approve/list.html index 3850e80..6ab7dbf 100644 --- a/app/oa/view/approve/list.html +++ b/app/oa/view/approve/list.html @@ -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'} diff --git a/app/project/view/document/index.html b/app/project/view/document/index.html index 996db92..896a46c 100644 --- a/app/project/view/document/index.html +++ b/app/project/view/document/index.html @@ -48,7 +48,7 @@ title: '文档列表', toolbar: '#toolbarDemo', defaultToolbar: false, - cellMinWidth: 80, + cellMinWidth: 200, url: "/project/document/index", page: true, //开启分页 limit: 20, diff --git a/app/project/view/index/index.html b/app/project/view/index/index.html index e889e3d..16cba8f 100644 --- a/app/project/view/index/index.html +++ b/app/project/view/index/index.html @@ -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', diff --git a/app/project/view/task/index.html b/app/project/view/task/index.html index 1142cce..8016dac 100644 --- a/app/project/view/task/index.html +++ b/app/project/view/task/index.html @@ -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, diff --git a/app/project/view/task/task_time.html b/app/project/view/task/task_time.html index 95a73cb..d7bd8d1 100644 --- a/app/project/view/task/task_time.html +++ b/app/project/view/task/task_time.html @@ -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'} diff --git a/public/index.php b/public/index.php index f06083c..a9d57f7 100644 --- a/public/index.php +++ b/public/index.php @@ -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');