|
|
@@ -32,13 +32,13 @@
|
|
|
</el-form>
|
|
|
</div>
|
|
|
<el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
|
|
|
- <el-table-column label="操作" min-width="100" align="center" fixed>
|
|
|
+ <el-table-column label="操作" min-width="150" align="center" fixed>
|
|
|
<template slot-scope="scope">
|
|
|
<router-link :to="'/oilsupplier/supplier/' + scope.row.Id + '/basisedit?certid=' + scope.row.CertId">
|
|
|
- <el-button type="text" title="编辑" size="small" icon="el-icon-edit"></el-button>
|
|
|
+ <el-button type="primary" plain title="编辑" size="mini">打开</el-button>
|
|
|
</router-link>
|
|
|
|
|
|
- <el-popover placement="top" title="提示" v-model="scope.row.deleteConfirmFlag">
|
|
|
+ <el-popover placement="top" title="提示">
|
|
|
<el-alert
|
|
|
title=""
|
|
|
description="确认要删除吗?"
|
|
|
@@ -49,9 +49,7 @@
|
|
|
<div style="text-align: right; margin: 0">
|
|
|
<el-button type="primary" size="mini" @click="deleteEntity(scope.row)">删除</el-button>
|
|
|
</div>
|
|
|
- <el-button slot="reference" type="text" title="删除" style="margin-left:3px" size="small" @click="scope.row.deleteConfirmFlag = true">
|
|
|
- <i class="el-icon-delete"></i>
|
|
|
- </el-button>
|
|
|
+ <el-button slot="reference" type="primary" plain title="删除" style="margin-left:3px" size="mini">删除</el-button>
|
|
|
</el-popover>
|
|
|
</template>
|
|
|
</el-table-column>
|