Commit fec71e92 by 莫晓莉

444

parent b56d66a4
......@@ -155,13 +155,21 @@
@click="seeLogContent(scope.row)"
>查看</el-button
>
<el-button
<!-- <el-button
size="mini"
type="success"
icon="el-icon-download"
@click="seeDeatail()"
>下载</el-button
> -->
<a style="margin-left:10px;" class='download' :href='scope.row.logFilePath' download="" title="下载">
<el-button
size="mini"
type="success"
icon="el-icon-download"
>下载</el-button
>
</a>
</template>
</el-table-column>
</el-table>
......
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