|
|
@@ -39,21 +39,17 @@
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts">
|
|
|
-import { defineComponent, initData, getTableColumns, getTableEvent, queryTableList, _getBtnList } from '@/common/export/table';
|
|
|
+import { defineComponent, queryTableList, _getBtnList } from '@/common/export/table';
|
|
|
import { queryAgreementConfig } from '@/services/go/ermcp/qhj';
|
|
|
import { QhjAgreementConfig } from '@/services/go/ermcp/qhj/interface';
|
|
|
import Filter from '../../compoments/filter/index.vue';
|
|
|
import { getAgreementTypeName } from '@/common/constants/enumsName';
|
|
|
import BtnList from '@/common/components/btnList/index.vue';
|
|
|
import { handleArgreementType } from '../../setup';
|
|
|
-import { getBtnList_ } from '@/common/setup/table/button';
|
|
|
-import { BtnList as btnType } from '@/common/components/btnList/interface';
|
|
|
-import { handleModalComponent } from '@/common/setup/asyncComponent';
|
|
|
import contextMenu from '@/common/components/contextMenu/temp.vue';
|
|
|
|
|
|
import { defineAsyncComponent } from 'vue';
|
|
|
import { ModalEnum } from '@/common/constants/modalNameEnum';
|
|
|
-import { handleContextMenu } from '@/common/components/contextMenu/setup';
|
|
|
import { ComposeTableParam, handleComposeTable } from '@/common/setup/table/event';
|
|
|
|
|
|
const Detail = defineAsyncComponent(() => import('../../compoments/detail/index.vue'));
|