|
|
|
@ -8,15 +8,15 @@ |
|
|
|
|
<!-- <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>--> |
|
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0"> |
|
|
|
|
<a-dropdown> |
|
|
|
|
<template #overlay> |
|
|
|
|
<a-menu> |
|
|
|
|
<a-menu-item key="1" @click="batchHandleDelete"> |
|
|
|
|
<Icon icon="ant-design:delete-outlined"></Icon> |
|
|
|
|
<a-menu-item key="1" @click="go_xiangmushu"> |
|
|
|
|
<Icon icon="ant-design:plus-outlined"></Icon> |
|
|
|
|
科技攻关 |
|
|
|
|
</a-menu-item> |
|
|
|
|
<a-menu-item key="1" @click="batchHandleDelete"> |
|
|
|
|
<Icon icon="ant-design:delete-outlined"></Icon> |
|
|
|
|
<a-menu-item key="1" @click="go_xiangmushu"> |
|
|
|
|
<Icon icon="ant-design:plus-outlined"></Icon> |
|
|
|
|
xxx |
|
|
|
|
</a-menu-item> |
|
|
|
|
</a-menu> |
|
|
|
@ -122,7 +122,8 @@ function handleAdd() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function go_xiangmushu() { |
|
|
|
|
go('/comp/jeecg/basic'); |
|
|
|
|
// go('/comp/jeecg/basic'); |
|
|
|
|
go('/projectApplication/index'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|