diff --git a/dsBase/WebRoot/html/pages/tea/duty.html b/dsBase/WebRoot/html/pages/tea/duty.html
index 03bec56c..e30c8218 100644
--- a/dsBase/WebRoot/html/pages/tea/duty.html
+++ b/dsBase/WebRoot/html/pages/tea/duty.html
@@ -135,7 +135,7 @@
});
table.on('tool(demo)', function (obj) {
- WeAdminShow('配置资源', './res.html?person_id=' + person_id + '&duty_id=' + obj.data.duties_id, 500, 500);
+ WeAdminShow('配置', './res.html?person_id=' + person_id + '&duty_id=' + obj.data.duties_id, 500, 500);
});
});
diff --git a/dsBase/WebRoot/html/pages/tea/teaList.html b/dsBase/WebRoot/html/pages/tea/teaList.html
index bdc8e5ac..5f33d704 100644
--- a/dsBase/WebRoot/html/pages/tea/teaList.html
+++ b/dsBase/WebRoot/html/pages/tea/teaList.html
@@ -339,7 +339,7 @@
} else if (obj.event === 'edit') {
WeAdminShow('编辑', './edit.html?person_id=' + data.person_id + '&dep_id=' + $("#dep_id").val() + '&bureau_id=' + org_id, 550, window.height);
} else if (obj.event === 'res') {
- WeAdminShow('编辑', './duty.html?person_id=' + data.person_id, 800, 600);
+ WeAdminShow('配置资源', './duty.html?person_id=' + data.person_id, 800, 600);
} else if (obj.event === 'resetpwd') {
layer.confirm('确定重置 ' + data.person_name + ' 密码吗?', { icon: 0 }, function (index) {
resetPwd(data.person_id);