项目申报表单添加 10.17

master
zhc077 1 month ago
parent 4e4e0948e7
commit 2a510d3327
  1. 14
      jeecgboot-vue3/src/views/projectApplication/project/ProjectList.vue

@ -5,23 +5,27 @@
<!--插槽:table标题-->
<template #tableTitle>
<a-button type="primary" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增</a-button>
<a-button type="primary" @click="go_xiangmushu" preIcon="ant-design:plus-outlined"> 新建审报书</a-button>
<!-- <a-button type="primary" @click="go_xiangmushu" preIcon="ant-design:plus-outlined"> 新建审报书</a-button>-->
<a-button type="primary" preIcon="ant-design:export-outlined" @click="onExportXls"> 导出</a-button>
<!-- <j-upload-button type="primary" v-auth="'project:project:importExcel'" preIcon="ant-design:import-outlined" @click="onImportXls">导入</j-upload-button>
<!-- <j-upload-button type="primary" v-auth="'project:project:importExcel'" preIcon="ant-design:import-outlined" @click="onImportXls">导入</j-upload-button>-->
<a-dropdown v-if="selectedRowKeys.length > 0">
<template #overlay>
<a-menu>
<a-menu-item key="1" @click="batchHandleDelete">
<Icon icon="ant-design:delete-outlined"></Icon>
删除
科技攻关
</a-menu-item>
<a-menu-item key="1" @click="batchHandleDelete">
<Icon icon="ant-design:delete-outlined"></Icon>
xxx
</a-menu-item>
</a-menu>
</template>
<a-button v-auth="'project:project:deleteBatch'">批量操作
<a-button type="primary">新建审报
<Icon icon="mdi:chevron-down"></Icon>
</a-button>
</a-dropdown>
&lt;!&ndash; 高级查询 &ndash;&gt;
<!-- 高级查询
<super-query :config="superQueryConfig" @search="handleSuperQuery" />-->
</template>
<!--操作栏-->

Loading…
Cancel
Save