|
@@ -9,7 +9,7 @@
|
|
:min-height="0"
|
|
:min-height="0"
|
|
>
|
|
>
|
|
<div class="pt-2px pr-3px">
|
|
<div class="pt-2px pr-3px">
|
|
-
|
|
|
|
|
|
+
|
|
<BasicTable class="powesrTable" @register="registerTable"></BasicTable>
|
|
<BasicTable class="powesrTable" @register="registerTable"></BasicTable>
|
|
</div>
|
|
</div>
|
|
</BasicModal>
|
|
</BasicModal>
|
|
@@ -22,7 +22,7 @@
|
|
import { sceneMove } from '/@/api/operate';
|
|
import { sceneMove } from '/@/api/operate';
|
|
import { useModal } from '/@/components/Modal';
|
|
import { useModal } from '/@/components/Modal';
|
|
import { useI18n } from '/@/hooks/web/useI18n';
|
|
import { useI18n } from '/@/hooks/web/useI18n';
|
|
- import detailModal from './detailModal.vue';
|
|
|
|
|
|
+ // import detailModal from './detailModal.vue';
|
|
import { usePermissionStore } from '/@/store/modules/permission';
|
|
import { usePermissionStore } from '/@/store/modules/permission';
|
|
import { getAuthList, getAuthType, setAuthType, delAuth } from '/@/api/operate';
|
|
import { getAuthList, getAuthType, setAuthType, delAuth } from '/@/api/operate';
|
|
import { BasicTable, useTable, TableAction, BasicColumn } from '/@/components/Table';
|
|
import { BasicTable, useTable, TableAction, BasicColumn } from '/@/components/Table';
|
|
@@ -30,7 +30,7 @@
|
|
import dayjs from 'dayjs';
|
|
import dayjs from 'dayjs';
|
|
const { t } = useI18n();
|
|
const { t } = useI18n();
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
- components: { BasicModal, BasicForm, BasicTable, TableAction, detailModal },
|
|
|
|
|
|
+ components: { BasicModal, BasicForm, BasicTable, TableAction },
|
|
props: {
|
|
props: {
|
|
userData: { type: Object },
|
|
userData: { type: Object },
|
|
},
|
|
},
|