@@ -170,7 +170,7 @@
- {{ scope.row.入公司时间 }}
+ {{ scope.row.入公司时间 !== '' && scope.row.入公司时间 !== null ? scope.row.入公司时间 = scope.row.入公司时间.split(' ')[0]: scope.row.入公司时间 }}
- {{ scope.row.出生日期 }}
+ {{ scope.row.出生日期 !== '' && scope.row.出生日期 !== null ? scope.row.出生日期 = scope.row.出生日期.split(' ')[0]: scope.row.出生日期 }}
@@ -368,7 +368,7 @@
{{ scope.row.民族 }}
-
+
{{ scope.row.家庭住址 }}
@@ -393,6 +393,7 @@ import { moveGroups, getTree, tree, getTablePeople, getTablePeopleForName, addDe
export default {
data() {
return {
+ disabledMove: true,
PageCurrentN: 1,
PageSizeN: 10,
totalN: null,
@@ -403,7 +404,7 @@ export default {
i: 1,
id: '',
PageCurrent: 1,
- PageSize: 10,
+ PageSize: 50,
List: [],
total: null,
nodeName: '',
@@ -729,6 +730,7 @@ export default {
},
handleSelectionChange(val) {
this.multipleSelection = val
+ this.multipleSelection.length === 0 ? this.disabledMove = true : this.disabledMove = false
},
Quit() {
if (this.multipleSelection.length === 0) {