Commit f87df79b authored by 小费同学阿's avatar 小费同学阿 💬

项目库-投资到招标管理的详情字段审核

parent b265cf99
<template>
<BasicTable @register="registerTable">
<template #toolbar>
<a-button type="primary" preIcon="mdi:plus" @click="handleExport"> 导出筛选结果 </a-button>
<a-button type="primary" class="ml5" preIcon="mdi:plus" @click="handleExport">
高级筛选
</a-button>
</template>
<template #bodyCell="{ column, record, index }">
<template v-if="column.key === 'serialNumber'">
{{ index + 1 }}
......@@ -24,8 +17,6 @@
</template>
</BasicTable>
<InvestmentPlanDrawer @register="registerDrawer" @success="handleSuccess" />
<exportModal @register="registerModal" />
<queryModal @register="registerModal2" />
</template>
<script lang="ts" setup>
import exportModal from './components/exportModal.vue';
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment