diff --git a/ruoyi-admin/src/main/resources/templates/system/dept/add.html b/ruoyi-admin/src/main/resources/templates/system/dept/add.html index a03753a..4f64414 100644 --- a/ruoyi-admin/src/main/resources/templates/system/dept/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/dept/add.html @@ -1,14 +1,14 @@ - +
- +
@@ -39,7 +39,7 @@
- +
@@ -69,7 +69,7 @@
- +
@@ -154,7 +154,7 @@ }, messages: { "deptName": { - remote: "部门已经存在" + remote: "单位已经存在" } }, focusCleanup: true @@ -166,15 +166,15 @@ } } - /*部门管理-新增-选择父部门树*/ + /*单位管理-新增-选择父单位树*/ function selectDeptTree() { var treeId = $("#treeId").val(); if ($.common.isEmpty(treeId)) { - $.modal.alertWarning("请先添加用户所属的部门!"); + $.modal.alertWarning("请先添加用户所属的单位!"); return; } var options = { - title: '部门选择', + title: '单位选择', width: "380", url: prefix + "/selectDeptTree/" + treeId + "/0", callBack: doSubmit diff --git a/ruoyi-admin/src/main/resources/templates/system/dept/dept.html b/ruoyi-admin/src/main/resources/templates/system/dept/dept.html index 56d94e3..c442bc1 100644 --- a/ruoyi-admin/src/main/resources/templates/system/dept/dept.html +++ b/ruoyi-admin/src/main/resources/templates/system/dept/dept.html @@ -1,7 +1,7 @@ - +
@@ -11,10 +11,10 @@
  • - 部门名称: + 单位名称:
  • - 部门状态: @@ -27,7 +27,7 @@
- +
新增 @@ -61,14 +61,14 @@ createUrl: prefix + "/add/{id}", updateUrl: prefix + "/edit/{id}", removeUrl: prefix + "/remove/{id}", - modalName: "部门", + modalName: "单位", columns: [{ - field: 'selectItem', + field: 'selectItem', radio: true }, { field: 'deptName', - title: '部门名称', + title: '单位名称', align: "left" }, { @@ -109,4 +109,4 @@ }); - \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/dept/edit.html b/ruoyi-admin/src/main/resources/templates/system/dept/edit.html index abceb56..ca5a080 100644 --- a/ruoyi-admin/src/main/resources/templates/system/dept/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/dept/edit.html @@ -1,7 +1,7 @@ - +
@@ -9,7 +9,7 @@
- +
@@ -40,7 +40,7 @@
- +
@@ -70,7 +70,7 @@
- +
@@ -116,7 +116,7 @@ }, messages: { "deptName": { - remote: "部门已经存在" + remote: "单位已经存在" } }, focusCleanup: true @@ -128,20 +128,20 @@ } } - /*部门管理-修改-选择部门树*/ + /*单位管理-修改-选择单位树*/ function selectDeptTree() { var deptId = $("#treeId").val(); var excludeId = $("input[name='deptId']").val(); if(deptId > 0) { var options = { - title: '部门选择', + title: '单位选择', width: "380", url: prefix + "/selectDeptTree/" + $("#treeId").val() + "/" + excludeId, callBack: doSubmit }; $.modal.openOptions(options); } else { - $.modal.alertError("父部门不能选择"); + $.modal.alertError("父单位不能选择"); } } diff --git a/ruoyi-admin/src/main/resources/templates/system/dept/tree.html b/ruoyi-admin/src/main/resources/templates/system/dept/tree.html index e7bc229..9a75abd 100644 --- a/ruoyi-admin/src/main/resources/templates/system/dept/tree.html +++ b/ruoyi-admin/src/main/resources/templates/system/dept/tree.html @@ -1,7 +1,7 @@ - +