|
|
@@ -36,7 +36,7 @@
|
|
|
<script lang="ts">
|
|
|
import { defineComponent, initData, getTableColumns, getTableEvent, getBtnList, contextMenu, BtnList } from '@/common/export/table';
|
|
|
|
|
|
-import { filterCustomTable, CustomDetail, ModifyCustom, DisableCustom, AddCustom, Cancel, Check } from '../../compoments';
|
|
|
+import { filterCustomTable } from '../../compoments';
|
|
|
import { queryTableList, QueryCustomInfoType } from '../index';
|
|
|
import { getStatusName } from '@/common/constants/enumsName';
|
|
|
import { getCardTypeEnumItemName } from '@/common/constants/enumsName';
|
|
|
@@ -47,13 +47,7 @@ export default defineComponent({
|
|
|
components: {
|
|
|
filterCustomTable,
|
|
|
contextMenu,
|
|
|
- CustomDetail,
|
|
|
- ModifyCustom,
|
|
|
- DisableCustom,
|
|
|
- AddCustom,
|
|
|
BtnList,
|
|
|
- Cancel,
|
|
|
- Check,
|
|
|
Middle,
|
|
|
},
|
|
|
setup() {
|