Commit 50080097 authored by 黄奎's avatar 黄奎

Save

parent 02074bb8
......@@ -546,7 +546,7 @@
@click="downloadFile(item)"
class="hotelBtnMan"
>
查看报价
上传报价
</button>
</div>
</div>
......@@ -623,12 +623,13 @@
width="120"
>
<template slot-scope="scope">
<el-button
<el-popconfirm @confirm="deleteFile(scope.row, scope.$index)"
title="确定删除吗?"
>
<el-button slot="reference"
class="editInfo"
type="danger"
@click="deleteFile(scope.row, scope.$index)"
>删除</el-button
>
type="danger">删除</el-button>
</el-popconfirm>
<a :href="scope.row.Url" type="download">
<el-button class="editInfo" type="primary">下载</el-button></a
>
......
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