Commit 65b8909a authored by wangxl's avatar wangxl

333

parent cee16ddc
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<div class="submit-btn"> <div class="submit-btn">
<!-- <a-button type="primary" @click="importExcel">项目导入</a-button> --> <!-- <a-button type="primary" @click="importExcel">项目导入</a-button> -->
<a-button type="primary" @click="exportData" icon="download">Excel</a-button> <a-button type="primary" @click="exportData" icon="download">Excel</a-button>
<a-button type="primary" @click="conclusionSubmit">项目结题</a-button> <!-- <a-button type="primary" @click="conclusionSubmit">项目结题</a-button> -->
</div> </div>
<a-table :dataSource="tableData" :columns="columns" :scroll="{ x: 'max-content' }" rowKey="id" :pagination="false" :loading="loading" :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: 'radio' }"> <a-table :dataSource="tableData" :columns="columns" :scroll="{ x: 'max-content' }" rowKey="id" :pagination="false" :loading="loading" :row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type: 'radio' }">
<template slot="projName" slot-scope="record"> <template slot="projName" slot-scope="record">
......
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