-
+
-
+
-
-
-
搜索
重置
@@ -64,7 +56,7 @@
:default-expand-all="isExpandAll"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
>
-
+
@@ -80,7 +72,6 @@
-
{{ parseTime(scope.row.createTime) }}
@@ -121,10 +112,10 @@
-
-
+
+
-
+
-
-
-
@@ -280,7 +268,7 @@ export default {
this.form.parentId = row.deptId;
}
this.open = true;
- this.title = "添加部门";
+ this.title = "添加车间";
listDept().then(response => {
this.deptOptions = this.handleTree(response.data, "deptId");
});
@@ -299,7 +287,7 @@ export default {
getDept(row.deptId).then(response => {
this.form = response.data;
this.open = true;
- this.title = "修改部门";
+ this.title = "修改车间";
listDeptExcludeChild(row.deptId).then(response => {
this.deptOptions = this.handleTree(response.data, "deptId");
if (this.deptOptions.length == 0) {