diff --git a/application/addons/view/addons/index.html b/application/addons/view/addons/index.html
index f99e836a225e698f2f3447bc116c2e55d268a74d..404a1661c2fcaa9b90f037628e93a594446b4a15 100644
--- a/application/addons/view/addons/index.html
+++ b/application/addons/view/addons/index.html
@@ -50,7 +50,7 @@ layui.use(['yznTable', 'upload'], function() {
{ field: 'description', title: '描述' },
{ field: 'author', width: 90, title: '作者' },
{ field: 'version', width: 90, title: '版本' },
- { fixed: 'right', width: 180, title: '操作', templet: '#titleTpl' }
+ { fixed: 'right', width: 160, title: '操作', templet: '#titleTpl' }
]
]
});
diff --git a/application/admin/view/adminlog/index.html b/application/admin/view/adminlog/index.html
index 9a782e9f6ab195f514fdd6a9593d497d9003c6db..c56e919f892a2a3e633cb602da2aaa8a33304a65 100644
--- a/application/admin/view/adminlog/index.html
+++ b/application/admin/view/adminlog/index.html
@@ -40,7 +40,7 @@ layui.use('yznTable', function() {
{ field: 'get', title: '操作URL' },
{ field: 'create_time', width: 180, title: '时间', search: 'range' },
{ field: 'ip', width: 120, title: 'IP' },
- { field: 'status', width: 80,title: '状态',templet: yznTable.formatter.label,selectList:{0:'失败',1:'成功'}},
+ { field: 'status', width: 70,title: '状态',templet: yznTable.formatter.label,selectList:{0:'失败',1:'成功'}},
]
],
page: {}
diff --git a/application/admin/view/auth_manager/index.html b/application/admin/view/auth_manager/index.html
index 2d15dd12b9703fca006dbbcbb55a5e4483fd6435..efaeff852e58b85cd69a1a2ab5048c460dbb6cb3 100644
--- a/application/admin/view/auth_manager/index.html
+++ b/application/admin/view/auth_manager/index.html
@@ -40,7 +40,7 @@ layui.use('yznTable', function() {
{ field: 'title', width: 200, align: 'left', title: '权限组'},
{ field: 'description', title: '描述' },
{ field: 'status', width: 80,title: '状态',templet: yznTable.formatter.label,selectList:{0:'禁用',1:'正常'}},
- { width:120, title: '操作',templet: function (d){
+ { width:100, title: '操作',templet: function (d){
if(d.id=={$userInfo.roleid}){
return '不可操作';
}else{
diff --git a/application/admin/view/config/index.html b/application/admin/view/config/index.html
index ab5378fe4dedf61febfaf0f483e9a5e1f729a970..967903fb1cb3efa95b20e835ff88b8b1067c5050 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: 160, title: '操作', toolbar: '#barTool' }
]
],
});
diff --git a/application/admin/view/manager/index.html b/application/admin/view/manager/index.html
index 3a056c8de1e375f2ea1985cb9f47fb3c790a2834..475bff3ad5a952f19bda6f1a3b061cdb446c115c 100644
--- a/application/admin/view/manager/index.html
+++ b/application/admin/view/manager/index.html
@@ -35,7 +35,7 @@ layui.use('yznTable', function() {
{ field: 'last_login_time', width: 200, title: '最后登录时间', search: 'range' },
{ field: 'email',width: 200, title: 'E-mail', searchOp: 'like' },
{ field: 'nickname', title: '真实姓名', searchOp: 'like' },
- { width:120, title: '操作',templet: function (d){
+ { width:100, title: '操作',templet: function (d){
if(d.id=={$userInfo.id}){
return '不可操作';
}else{
diff --git a/application/admin/view/menu/index.html b/application/admin/view/menu/index.html
index c40a6d55ce59f875b45ca35a61bd915a80703a90..b151afa38841e8ac48dae2d3fc779aaffa575bb2 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: 120, title: '操作', toolbar: '#barTool' }
]
], init),
});
diff --git a/application/attachment/view/attachments/index.html b/application/attachment/view/attachments/index.html
index e98b28baf7424fce0274d50b5d99234602beef66..4db1583165d04259227d17ba72f2d542ac5b86ff 100644
--- a/application/attachment/view/attachments/index.html
+++ b/application/attachment/view/attachments/index.html
@@ -42,7 +42,7 @@ layui.use('yznTable', function() {
{ field: 'mime', width: 120, title: 'Mime类型' , searchOp: 'like'},
{ field: 'driver', width: 100, title: '存储引擎', searchOp: 'like' },
{ field: 'create_time', width: 180, title: '上传时间', search: 'range' },
- { width:80, title: '操作',templet: yznTable.formatter.tool,operat: ['delete']}
+ { width:60, title: '操作',templet: yznTable.formatter.tool,operat: ['delete']}
]
],
page: {}
diff --git a/application/cms/view/category/index.html b/application/cms/view/category/index.html
index 6cf2c25195d98a895d86d31a80406d1796e3d540..83796c32d15a53b5c2a80d8d239401213430db15 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 35c975042f9bff9e621d3fe373d6ab83fecf526d..f227f0885e240e31043656ae9ffa04ed2fcfffeb 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 d547e885557edc4d3e044393b84ab1904b9efc41..c572885a0aa819107acb6d8b7aba952aa71c8a1c 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: {}
diff --git a/application/formguide/view/field/index.html b/application/formguide/view/field/index.html
index d08a80b4dcc001894fd8b66f89db5b1db12bdb43..9490d4dde82fe75918f188b30ae9892c1d6ed986 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 05036319dfde3b672b596fb85df24b49d7c138dd..fb57e0fb67d83c001782236c90c7ae1f4bcd5f69 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 742605b5b5201b4b3e5273be6b06f0d5bef4a604..82f2e70e3606c0b7b56fe9e05d14c89d47a2dc9e 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: {}
diff --git a/application/links/view/links/index.html b/application/links/view/links/index.html
index d5f6cd264534801bbf72aee51d9e0f293a8c7d0a..db6b21a6741a2a02c822674d4e6d24a5e55f9e3e 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 d785f343877e58650b70c5878652aa31cbdf8319..7f6d15fe582b91a4f5a954d36bfae38ad6bfa17d 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']}
]
],
});
diff --git a/application/member/view/group/index.html b/application/member/view/group/index.html
index 0f4582d97f1384f5858ef62ef0ed8e488fbce6e5..3af933ba909b5047db007006aca987b00896b635 100644
--- a/application/member/view/group/index.html
+++ b/application/member/view/group/index.html
@@ -7,9 +7,9 @@