forked from github/dataease
Merge pull request #111 from dataease/pr@dev@feat_组织管理增加可拖拽移动功能
feat: 组织管理完善可拖拽移动功能
This commit is contained in:
commit
95ee44f8fb
@ -1127,5 +1127,10 @@ export default {
|
||||
week_end: 'to week',
|
||||
every_year: 'Every year',
|
||||
week_tips: 'Tips:1-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'
|
||||
}
|
||||
}
|
||||
|
@ -1169,5 +1169,10 @@ export default {
|
||||
week_end: '至星期',
|
||||
every_year: '每年',
|
||||
week_tips: '說明:1-7 分別對應 周日-周六'
|
||||
},
|
||||
dept: {
|
||||
can_not_move_change_sort: '不能移動以改變排序',
|
||||
can_not_move_parent_to_children: '父組織不能移動到自己的子節點下',
|
||||
move_success: '移動成功'
|
||||
}
|
||||
}
|
||||
|
@ -1128,5 +1128,10 @@ export default {
|
||||
week_end: '至星期',
|
||||
every_year: '每年',
|
||||
week_tips: '说明:1-7 分别对应 周日-周六'
|
||||
},
|
||||
dept: {
|
||||
can_not_move_change_sort: '不能移动以改变排序',
|
||||
can_not_move_parent_to_children: '父组织不能移动到自己的子节点下',
|
||||
move_success: '移动成功'
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
// import axios from 'axios'
|
||||
import axios from 'axios'
|
||||
// import { MessageBox, Message } from 'element-ui'
|
||||
import store from '@/store'
|
||||
import { $alert, $error } from './message'
|
||||
|
Loading…
Reference in New Issue
Block a user