diff --git a/app/article/view/index/index.html b/app/article/view/index/index.html index 0cb5977..e96297c 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: 360, + cellMinWidth: 80, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/article/view/index/list.html b/app/article/view/index/list.html index 6dbe5be..7502428 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: 300, + cellMinWidth: 80, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/contract/view/index/archive.html b/app/contract/view/index/archive.html index 1cb9967..b01fe50 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: 320, + cellMinWidth: 80, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/contract/view/index/index.html b/app/contract/view/index/index.html index 3743117..fd3bafb 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: 320, + cellMinWidth: 80, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/customer/view/chance/index.html b/app/customer/view/chance/index.html index 43aeeb1..30dc0cb 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: 240 + ,cellMinWidth: 80 ,page: true //开启分页 ,limit: 20 ,cols: [[ diff --git a/app/customer/view/contact/index.html b/app/customer/view/contact/index.html index c2cab0d..fb10e9b 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: 240 + ,cellMinWidth: 80 ,page: true //开启分页 ,limit: 20 ,cols: [[ diff --git a/app/customer/view/index/index.html b/app/customer/view/index/index.html index a5eae7c..62d7654 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: 240, + cellMinWidth: 80, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/customer/view/index/rush.html b/app/customer/view/index/rush.html index 43f91cd..80b3b76 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: 240, + cellMinWidth: 80, page: false, //开启分页 limit: 10, cols: [ diff --git a/app/customer/view/index/sea.html b/app/customer/view/index/sea.html index 128924d..77f2426 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: 240, + cellMinWidth: 80, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/customer/view/index/trash.html b/app/customer/view/index/trash.html index cd03fcc..ff0a8d7 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: 240, + cellMinWidth: 80, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/customer/view/index/view_chance.html b/app/customer/view/index/view_chance.html index 817e00f..be117e8 100644 --- a/app/customer/view/index/view_chance.html +++ b/app/customer/view/index/view_chance.html @@ -15,7 +15,7 @@ function chance(){ parent.layui.chanceTable = table.render({ elem: '#chance', title: '销售机会列表', - cellMinWidth:240, + cellMinWidth:80, url: "/customer/api/get_chance", where:{'customer_id':customer_id}, page: true, //开启分页 diff --git a/app/customer/view/index/view_contact.html b/app/customer/view/index/view_contact.html index 239e32d..51329c0 100644 --- a/app/customer/view/index/view_contact.html +++ b/app/customer/view/index/view_contact.html @@ -15,7 +15,7 @@ function contact(){ parent.layui.contactTable = table.render({ elem: '#contact', title: '联系人列表', - cellMinWidth:180, + cellMinWidth:80, url: "/customer/api/get_contact", where:{'customer_id':customer_id}, page: true, //开启分页 diff --git a/app/customer/view/index/view_trace.html b/app/customer/view/index/view_trace.html index e7aa560..b1438b8 100644 --- a/app/customer/view/index/view_trace.html +++ b/app/customer/view/index/view_trace.html @@ -15,7 +15,7 @@ function trace(){ parent.layui.traceTable = table.render({ elem: '#trace', title: '跟进记录列表', - cellMinWidth:240, + cellMinWidth:80, url: "/customer/api/get_trace", where:{'customer_id':customer_id}, page: true, //开启分页 diff --git a/app/finance/view/income/index.html b/app/finance/view/income/index.html index 06426c8..648178c 100644 --- a/app/finance/view/income/index.html +++ b/app/finance/view/income/index.html @@ -58,7 +58,7 @@ toolbar: '#toolbarDemo', defaultToolbar:['filter', {title:'导出EXCEL',layEvent: 'LAYTABLE_EXCEL',icon: 'layui-icon-export'}], url: "/finance/income/index", //数据接口 - cellMinWidth: 320, + cellMinWidth: 80, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/finance/view/invoice/checkedlist.html b/app/finance/view/invoice/checkedlist.html index 5d6967f..d1ccb74 100644 --- a/app/finance/view/invoice/checkedlist.html +++ b/app/finance/view/invoice/checkedlist.html @@ -57,7 +57,7 @@ toolbar: '#toolbarDemo', defaultToolbar:['filter', {title:'导出EXCEL',layEvent: 'LAYTABLE_EXCEL',icon: 'layui-icon-export'}], url: "/finance/invoice/checkedlist", //数据接口 - cellMinWidth: 300, + cellMinWidth: 80, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/finance/view/invoice/copy.html b/app/finance/view/invoice/copy.html index 9133553..86644c1 100644 --- a/app/finance/view/invoice/copy.html +++ b/app/finance/view/invoice/copy.html @@ -43,7 +43,7 @@ title: '发票列表', url: "/finance/invoice/copy", //数据接口 page: true, //开启分页 - cellMinWidth: 300, + cellMinWidth: 80, limit: 20, cols: [ [ diff --git a/app/finance/view/invoice/index.html b/app/finance/view/invoice/index.html index ebc8a97..57eb36c 100644 --- a/app/finance/view/invoice/index.html +++ b/app/finance/view/invoice/index.html @@ -61,7 +61,7 @@ defaultToolbar:['filter', {title:'导出EXCEL',layEvent: 'LAYTABLE_EXCEL',icon: 'layui-icon-export'}], url: "/finance/invoice/index", //数据接口 page: true, //开启分页 - cellMinWidth: 300, + cellMinWidth: 80, limit: 20, cols: [ [ diff --git a/app/finance/view/invoice/list.html b/app/finance/view/invoice/list.html index a32e333..e467957 100644 --- a/app/finance/view/invoice/list.html +++ b/app/finance/view/invoice/list.html @@ -38,7 +38,7 @@ defaultToolbar: false, toolbar: '#toolbarDemo', url: "/finance/invoice/list", //数据接口 - cellMinWidth: 300, + cellMinWidth: 80, page: true, //开启分页 limit: 20, cols: [ diff --git a/app/home/view/cate/expense_cate.html b/app/home/view/cate/expense_cate.html index 2303751..70448eb 100644 --- a/app/home/view/cate/expense_cate.html +++ b/app/home/view/cate/expense_cate.html @@ -25,7 +25,7 @@ ,title:'报销类别列表' ,url: "/home/cate/expense_cate" ,page: false - ,cellMinWidth: 120 + ,cellMinWidth: 80 ,cols: [[ {field:'id',width:80, title: 'ID号', align:'center'} ,{field:'title',title: '类别名称'} diff --git a/app/home/view/cate/flow_type.html b/app/home/view/cate/flow_type.html index 58bd415..9c7613f 100644 --- a/app/home/view/cate/flow_type.html +++ b/app/home/view/cate/flow_type.html @@ -25,7 +25,7 @@ ,title:'审批模块列表' ,url: "/home/cate/flow_type" ,page: false - ,cellMinWidth: 120 + ,cellMinWidth: 80 ,cols: [[ {field:'id',width:80, title: 'ID号', align:'center'} ,{field:'title',title: '名称',width:120} diff --git a/app/home/view/conf/index.html b/app/home/view/conf/index.html index 8149eff..90ac2ee 100644 --- a/app/home/view/conf/index.html +++ b/app/home/view/conf/index.html @@ -28,7 +28,7 @@ toolbar: '#toolbarDemo', defaultToolbar: false, url: "/home/conf/index", - cellMinWidth: 360, + cellMinWidth: 80, page: false, //开启分页 limit: 20, cols: [ diff --git a/app/home/view/rule/index.html b/app/home/view/rule/index.html index c50a9f5..3d8c5c1 100644 --- a/app/home/view/rule/index.html +++ b/app/home/view/rule/index.html @@ -23,7 +23,7 @@ , elem: '#treeTable' , idField: 'id' , url: "/home/rule/index" - , cellMinWidth: 150 + , cellMinWidth: 80 , treeId: 'id'//树形id字段名称 , treeUpId: 'pid'//树形父id字段名称 , treeShowName: 'title'//以树形式显示的字段 diff --git a/app/message/view/index/draft.html b/app/message/view/index/draft.html index 7190b44..35649a3 100644 --- a/app/message/view/index/draft.html +++ b/app/message/view/index/draft.html @@ -62,7 +62,7 @@ url: "/message/index/draft", //数据接口 page: true ,//开启分页 limit: 20, - cellMinWidth: 200, //全局定义常规单元格的最小宽度,layui 2.2.1 新增 + cellMinWidth: 80, //全局定义常规单元格的最小宽度,layui 2.2.1 新增 cols: [[ //表头 {type:'checkbox',fixed:'left'}, {field: 'type_title', title: '接收人类型',width:100,align:'center'}, diff --git a/app/message/view/index/inbox.html b/app/message/view/index/inbox.html index 9eb65a4..071661c 100644 --- a/app/message/view/index/inbox.html +++ b/app/message/view/index/inbox.html @@ -74,7 +74,7 @@ url: "/message/index/inbox", //数据接口 page: true ,//开启分页 limit: 20, - cellMinWidth: 200, //全局定义常规单元格的最小宽度,layui 2.2.1 新增 + cellMinWidth: 80, //全局定义常规单元格的最小宽度,layui 2.2.1 新增 cols: [[ //表头 {type:'checkbox',fixed:'left'}, {field: 'msg_type', title: '消息类型',width:90,align:'center'}, diff --git a/app/message/view/index/sendbox.html b/app/message/view/index/sendbox.html index 2f75aa1..94d9e29 100644 --- a/app/message/view/index/sendbox.html +++ b/app/message/view/index/sendbox.html @@ -63,7 +63,7 @@ url: "/message/index/sendbox", //数据接口 page: true ,//开启分页 limit: 20, - cellMinWidth: 200, //全局定义常规单元格的最小宽度,layui 2.2.1 新增 + cellMinWidth: 80, //全局定义常规单元格的最小宽度,layui 2.2.1 新增 cols: [[ //表头 {type:'checkbox',fixed:'left'}, {field: 'type_title', title: '接收人类型',width:100,align:'center'}, diff --git a/app/oa/view/approve/copy.html b/app/oa/view/approve/copy.html index 406de21..91b13b9 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: 60 + ,cellMinWidth: 80 ,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 b2c0242..c434345 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: 60 + ,cellMinWidth: 80 ,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 5fe086b..3850e80 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: 60 + ,cellMinWidth: 80 ,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 e45741d..996db92 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: 240, + cellMinWidth: 80, url: "/project/document/index", page: true, //开启分页 limit: 20, diff --git a/app/project/view/index/view_document.html b/app/project/view/index/view_document.html index 6d63551..7fb2e15 100644 --- a/app/project/view/index/view_document.html +++ b/app/project/view/index/view_document.html @@ -18,7 +18,7 @@ function project_document(){ elem: '#document', title: '文档列表', toolbar: '#toolbardocument', - cellMinWidth:240, + cellMinWidth:80, url: "/project/document/index", where:{'project_id':project_id}, page: true, //开启分页 diff --git a/app/project/view/index/view_schedule.html b/app/project/view/index/view_schedule.html index 81a69c5..0307028 100644 --- a/app/project/view/index/view_schedule.html +++ b/app/project/view/index/view_schedule.html @@ -12,7 +12,7 @@ function project_schedule(){ layui.scheduleTable = table.render({ elem: '#scheduleApi', title: '工作记录列表', - cellMinWidth: 200, + cellMinWidth: 80, url: "/oa/schedule/index", //数据接口 where: { 'tid': project_id }, page: true, //开启分页 diff --git a/app/project/view/index/view_task.html b/app/project/view/index/view_task.html index 78a02c3..4914ba3 100644 --- a/app/project/view/index/view_task.html +++ b/app/project/view/index/view_task.html @@ -18,7 +18,7 @@ function project_task(){ elem: '#task', title: '任务列表', toolbar: '#toolbartask', - cellMinWidth:200, + cellMinWidth:80, url: "/project/task/index", where:{'project_id':project_id}, page: true, //开启分页