From 0701c1a0b5a65a478ea7c339989fd92d63c02f88 Mon Sep 17 00:00:00 2001 From: ken678 <530765310@qq.com> Date: Tue, 25 Jan 2022 16:12:34 +0800 Subject: [PATCH 01/11] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E7=9A=84=E7=BC=96=E8=BE=91=E5=88=A0=E9=99=A4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/libs/layui_exts/yznTable/yznTable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/static/libs/layui_exts/yznTable/yznTable.js b/public/static/libs/layui_exts/yznTable/yznTable.js index 91adbb06..7e6d1146 100644 --- a/public/static/libs/layui_exts/yznTable/yznTable.js +++ b/public/static/libs/layui_exts/yznTable/yznTable.js @@ -691,7 +691,7 @@ layui.define(['form', 'table', 'yzn', 'laydate', 'laytpl', 'element','notice'], method: 'open', field: 'id', icon: '', - text: '编辑', + text: "", title: '编辑信息', url: option.init.edit_url, extend: "" @@ -707,7 +707,7 @@ layui.define(['form', 'table', 'yzn', 'laydate', 'laytpl', 'element','notice'], method: 'href', field: 'id', icon: '', - text: '删除', + text: "", title: '', url: option.init.delete_url, extend: "" -- Gitee From 0fee1097d8eff1f6e524760972a8dfbba3516bcc Mon Sep 17 00:00:00 2001 From: ken678 <530765310@qq.com> Date: Tue, 25 Jan 2022 16:38:54 +0800 Subject: [PATCH 02/11] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E7=9A=84=E7=BC=96=E8=BE=91=E5=88=A0=E9=99=A4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/config/index.html | 6 +++--- application/admin/view/menu/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/application/admin/view/config/index.html b/application/admin/view/config/index.html index ab5378fe..e5b452c2 100644 --- a/application/admin/view/config/index.html +++ b/application/admin/view/config/index.html @@ -22,8 +22,8 @@ {{# } else { }} 代码调用 {{# } }} - 编辑 - 删除 + + {/block} {block name="script"} @@ -54,7 +54,7 @@ layui.use(['yznTable','clipboard'], function() { { field: 'ftitle', width: 150, title: '类型' }, { field: 'update_time', width: 200, title: '更新时间'}, { field: 'status', title: '状态', width: 100, unresize: true,templet: yznTable.formatter.switch }, - { fixed: 'right', width: 200, title: '操作', toolbar: '#barTool' } + { fixed: 'right', width: 170, title: '操作', toolbar: '#barTool' } ] ], }); diff --git a/application/admin/view/menu/index.html b/application/admin/view/menu/index.html index c40a6d55..bbc2c147 100644 --- a/application/admin/view/menu/index.html +++ b/application/admin/view/menu/index.html @@ -16,9 +16,9 @@ {/block} {block name="script"} @@ -63,7 +63,7 @@ layui.use(['table', 'treeGrid', 'yznTable'], function() { { width: 80, title: '图标', align: 'center', templet: "
" }, { width: 200, title: '模块/控制器/方法', templet: "
{{d.app}}/{{d.controller}}/{{d.action}}
" }, { field: 'status', align: 'center', width: 120, title: '状态', unresize: true ,templet: yznTable.formatter.switch,tips:"显示|隐藏"}, - { fixed: 'right', align: 'center', width: 200, title: '操作', toolbar: '#barTool' } + { fixed: 'right', align: 'center', width: 140, title: '操作', toolbar: '#barTool' } ] ], init), }); -- Gitee From ccd251c362b5cfbb097bfe8e3d56017d72bb69e4 Mon Sep 17 00:00:00 2001 From: ken678 <530765310@qq.com> Date: Tue, 25 Jan 2022 16:39:38 +0800 Subject: [PATCH 03/11] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E7=9A=84=E7=BC=96=E8=BE=91=E5=88=A0=E9=99=A4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/cms/view/category/index.html | 6 +++--- application/cms/view/cms/classlist.html | 6 +++--- application/cms/view/field/index.html | 2 +- application/cms/view/models/index.html | 2 +- application/cms/view/publish/index.html | 6 +++--- application/cms/view/tags/index.html | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/application/cms/view/category/index.html b/application/cms/view/category/index.html index 6cf2c251..83796c32 100644 --- a/application/cms/view/category/index.html +++ b/application/cms/view/category/index.html @@ -11,8 +11,8 @@ {/block} {block name="script"} @@ -84,7 +84,7 @@ layui.use('yznTable', function() { { field: 'modelname', width: 120, title: '所属模型' }, { field: 'url', width: 60, align: "center", title: 'URL', templet: yznTable.formatter.url }, { field: 'status', width: 100, align: "center", title: '状态', unresize: true,templet: yznTable.formatter.switch }, - { fixed: 'right', width: 210, title: '操作', toolbar: '#barTool' } + { fixed: 'right', width: 170, title: '操作', toolbar: '#barTool' } ] ], }); diff --git a/application/cms/view/cms/classlist.html b/application/cms/view/cms/classlist.html index 35c97504..f227f088 100644 --- a/application/cms/view/cms/classlist.html +++ b/application/cms/view/cms/classlist.html @@ -7,8 +7,8 @@
{/block} {block name="script"} @@ -35,7 +35,7 @@ layui.use('yznTable', function() { [ { field: 'id', width: 70, title: 'ID' }, { field: 'title', title: '方案名称' }, - { fixed: 'right', width: 170, title: '操作', toolbar: '#barTool' } + { fixed: 'right', width: 150, title: '操作', toolbar: '#barTool' } ] ] }); diff --git a/application/collection/view/node/index.html b/application/collection/view/node/index.html index d547e885..c572885a 100644 --- a/application/collection/view/node/index.html +++ b/application/collection/view/node/index.html @@ -40,7 +40,7 @@ layui.use('yznTable', function() { { field: 'name',align: "left", title: '名称' }, { field: 'lastdate', width: 180, title: '最后采集时间', templet: '
{{# if(d.lastdate){ }} {{d.lastdate}} {{# } else { }} / {{# } }}
', search: 'range' }, { width: 200, title: '内容操作', templet: '#caijiTool'}, - { width:120, title: '操作',templet: yznTable.formatter.tool,operat: ['edit','delete']} + { width:90, title: '操作',templet: yznTable.formatter.tool,operat: ['edit','delete']} ] ], page: {} -- Gitee From 940c85905cbd22a65db2ffb23e930acc439dce0f Mon Sep 17 00:00:00 2001 From: ken678 <530765310@qq.com> Date: Tue, 25 Jan 2022 16:40:10 +0800 Subject: [PATCH 05/11] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E7=9A=84=E7=BC=96=E8=BE=91=E5=88=A0=E9=99=A4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/formguide/view/field/index.html | 6 +++--- application/formguide/view/formguide/index.html | 6 +++--- application/formguide/view/info/index.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/application/formguide/view/field/index.html b/application/formguide/view/field/index.html index d08a80b4..9490d4dd 100644 --- a/application/formguide/view/field/index.html +++ b/application/formguide/view/field/index.html @@ -14,8 +14,8 @@ {/block} @@ -49,7 +49,7 @@ layui.use('yznTable', function() { { field: 'create_time', width: 180, title: '创建时间', search: 'range' }, { field: 'ifrequire', width: 60,title: '必填',templet: yznTable.formatter.label,selectList:{0:'否',1:'是'}}, { field: 'status', width: 80,title: '状态',templet: yznTable.formatter.label,selectList:{0:'禁用',1:'启用'}}, - { fixed: 'right', width: 130, title: '操作', templet: '#barTool' } + { fixed: 'right', width: 90, title: '操作', templet: '#barTool' } ] ], page: {} diff --git a/application/formguide/view/formguide/index.html b/application/formguide/view/formguide/index.html index 05036319..fb57e0fb 100644 --- a/application/formguide/view/formguide/index.html +++ b/application/formguide/view/formguide/index.html @@ -12,8 +12,8 @@ 信息列表 前台浏览 字段管理 - 编辑 - 删除 + + {/block} {block name="script"} @@ -40,7 +40,7 @@ layui.use('yznTable', function() { { field: 'description', width: 200, title: '简介' }, { field: 'create_time', width: 180, title: '创建时间' }, { field: 'status', width: 80,title: '状态',templet: yznTable.formatter.label,selectList:{0:'禁用',1:'正常'}}, - { fixed: 'right', width: 350, title: '操作', toolbar: '#barTool' } + { fixed: 'right', width: 300, title: '操作', toolbar: '#barTool' } ] ], }); diff --git a/application/formguide/view/info/index.html b/application/formguide/view/info/index.html index 742605b5..82f2e70e 100644 --- a/application/formguide/view/info/index.html +++ b/application/formguide/view/info/index.html @@ -9,7 +9,7 @@ {/block} @@ -39,7 +39,7 @@ layui.use('yznTable', function() { {$formStr|raw} {field: 'ip', width: 150, title: 'IP' }, { field: 'inputtime', width: 180, title: '创建时间', search: 'range' }, - { fixed: 'right', width: 120, title: '操作', templet: '#barTool' } + { fixed: 'right', width: 100, title: '操作', templet: '#barTool' } ] ], page: {} -- Gitee From 8934642e5b62ed0be70dbd63a2b25dc8b633c6d5 Mon Sep 17 00:00:00 2001 From: ken678 <530765310@qq.com> Date: Tue, 25 Jan 2022 16:40:28 +0800 Subject: [PATCH 06/11] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E7=9A=84=E7=BC=96=E8=BE=91=E5=88=A0=E9=99=A4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/links/view/links/index.html | 2 +- application/links/view/links/terms.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/links/view/links/index.html b/application/links/view/links/index.html index d5f6cd26..db6b21a6 100644 --- a/application/links/view/links/index.html +++ b/application/links/view/links/index.html @@ -70,7 +70,7 @@ layui.use('yznTable', function() { { field: 'termsid', width: 80, title: '分类ID' }, { field: 'inputtime', width: 180, title: '添加时间', search: 'range' }, { field: 'status', width: 120, align: "center", title: '状态', unresize: true, selectList: { 0: '未通过', 1: '已通过' },templet: yznTable.formatter.switch,tips:"已通过|未通过" }, - { width:120, title: '操作',templet: yznTable.formatter.tool,operat: ['edit','delete']} + { width:90, title: '操作',templet: yznTable.formatter.tool,operat: ['edit','delete']} ] ], page: {} diff --git a/application/links/view/links/terms.html b/application/links/view/links/terms.html index d785f343..7f6d15fe 100644 --- a/application/links/view/links/terms.html +++ b/application/links/view/links/terms.html @@ -38,7 +38,7 @@ layui.use('yznTable', function() { [ { field: 'id', width: 70, title: 'ID' }, { field: 'name',align: "left", title: '分类名称' }, - { width:120, title: '操作',templet: yznTable.formatter.tool,operat: ['edit','delete']} + { width:90, title: '操作',templet: yznTable.formatter.tool,operat: ['edit','delete']} ] ], }); -- Gitee From 21550cb2264255b073eaee94b4505bceb3da0922 Mon Sep 17 00:00:00 2001 From: ken678 <530765310@qq.com> Date: Tue, 25 Jan 2022 16:40:44 +0800 Subject: [PATCH 07/11] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E7=9A=84=E7=BC=96=E8=BE=91=E5=88=A0=E9=99=A4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/member/view/group/index.html | 6 +++--- application/member/view/member/index.html | 2 +- application/member/view/member/userverify.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/member/view/group/index.html b/application/member/view/group/index.html index 0f4582d9..3af933ba 100644 --- a/application/member/view/group/index.html +++ b/application/member/view/group/index.html @@ -7,9 +7,9 @@