| | |
| | | |
| | | <!-- 新增修改对话框--> |
| | | <el-dialog |
| | | v-el-drag-dialog |
| | | :title="operation==='add'?'新增':'编辑'" |
| | | :visible.sync="dialogVisible" |
| | | width="800px" |
| | |
| | | </el-dialog> |
| | | <!-- 设置按钮对话框--> |
| | | <el-dialog |
| | | v-el-drag-dialog |
| | | title="设置" |
| | | :visible.sync="settingDialogVisible" |
| | | width="800px" |
| | |
| | | </el-dialog> |
| | | <!-- 关联用户对话框--> |
| | | <el-dialog |
| | | v-el-drag-dialog |
| | | title="角色关联用户" |
| | | :visible.sync="userDialogVisible" |
| | | width="900px" |
| | |
| | | </el-dialog> |
| | | <!-- 分配权限对话框--> |
| | | <el-dialog |
| | | v-el-drag-dialog |
| | | title="角色关联权限" |
| | | :visible.sync="dialogVisibleRight" |
| | | width="800px" |
| | |
| | | import { getCookie } from '@/utils/auth' |
| | | import $ from 'jquery' |
| | | import clearAllChildren, { validateCode } from '@/utils/global' |
| | | import elDragDialog from '@/directive/el-drag-dialog' |
| | | |
| | | export default { |
| | | name: 'JSQD', |
| | | components: { |
| | | Pagination, ImportPicker |
| | | }, |
| | | directives: { elDragDialog }, |
| | | data() { |
| | | return { |
| | | isIpad: false, |