Merge pull request #111 from dataease/pr@dev@feat_组织管理增加可拖拽移动功能

feat: 组织管理完善可拖拽移动功能
This commit is contained in:
fit2cloud-chenyw 2021-06-30 17:46:26 +08:00 committed by GitHub
commit 95ee44f8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 1 deletions

View File

@ -1127,5 +1127,10 @@ export default {
week_end: 'to week', week_end: 'to week',
every_year: 'Every year', every_year: 'Every year',
week_tips: 'Tips1-7 mapping SUN-SAT' week_tips: 'Tips1-7 mapping SUN-SAT'
},
dept: {
can_not_move_change_sort: 'Cannot move to change sort',
can_not_move_parent_to_children: 'Parent organization cannot move to its own child node',
move_success: 'Mobile success'
} }
} }

View File

@ -1169,5 +1169,10 @@ export default {
week_end: '至星期', week_end: '至星期',
every_year: '每年', every_year: '每年',
week_tips: '說明1-7 分別對應 周日-周六' week_tips: '說明1-7 分別對應 周日-周六'
},
dept: {
can_not_move_change_sort: '不能移動以改變排序',
can_not_move_parent_to_children: '父組織不能移動到自己的子節點下',
move_success: '移動成功'
} }
} }

View File

@ -1128,5 +1128,10 @@ export default {
week_end: '至星期', week_end: '至星期',
every_year: '每年', every_year: '每年',
week_tips: '说明1-7 分别对应 周日-周六' week_tips: '说明1-7 分别对应 周日-周六'
},
dept: {
can_not_move_change_sort: '不能移动以改变排序',
can_not_move_parent_to_children: '父组织不能移动到自己的子节点下',
move_success: '移动成功'
} }
} }

View File

@ -1,4 +1,4 @@
// import axios from 'axios' import axios from 'axios'
// import { MessageBox, Message } from 'element-ui' // import { MessageBox, Message } from 'element-ui'
import store from '@/store' import store from '@/store'
import { $alert, $error } from './message' import { $alert, $error } from './message'