Commit 50080097 authored by 黄奎's avatar 黄奎

Save

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