Commit fec71e92 by 莫晓莉

444

parent b56d66a4
...@@ -155,13 +155,21 @@ ...@@ -155,13 +155,21 @@
@click="seeLogContent(scope.row)" @click="seeLogContent(scope.row)"
>查看</el-button >查看</el-button
> >
<el-button <!-- <el-button
size="mini" size="mini"
type="success" type="success"
icon="el-icon-download" icon="el-icon-download"
@click="seeDeatail()" @click="seeDeatail()"
>下载</el-button >下载</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> </template>
</el-table-column> </el-table-column>
</el-table> </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