Changes
parent
8f800b09e5
commit
594a9c4d32
|
@ -180,7 +180,7 @@
|
||||||
|
|
||||||
<el-card class="box-card">
|
<el-card class="box-card">
|
||||||
<div slot="header" class="clearfix">
|
<div slot="header" class="clearfix">
|
||||||
<span style="font-size: 18px;font-weight: 900">{{ customer.appName }}</span>
|
<span style="font-size: 18px;font-weight: 900">{{ ruleAndVersion.appName }}</span>
|
||||||
<!-- <el-switch-->
|
<!-- <el-switch-->
|
||||||
<!-- style="float: right; margin: 4px 5px 0;"-->
|
<!-- style="float: right; margin: 4px 5px 0;"-->
|
||||||
<!-- v-model="customer.status"-->
|
<!-- v-model="customer.status"-->
|
||||||
|
@ -198,14 +198,14 @@
|
||||||
icon="el-icon-info"
|
icon="el-icon-info"
|
||||||
icon-color="red"
|
icon-color="red"
|
||||||
title="这是一段内容确定删除吗?"
|
title="这是一段内容确定删除吗?"
|
||||||
@confirm="handleDelete(customer.id)"
|
@confirm="handleDelete(ruleAndVersion.id)"
|
||||||
>
|
>
|
||||||
<el-button style="float: right; padding: 5px ;margin: 0 5px" slot="reference" type="danger"
|
<el-button style="float: right; padding: 5px ;margin: 0 5px" slot="reference" type="danger"
|
||||||
icon="el-icon-delete" circle></el-button>
|
icon="el-icon-delete" circle></el-button>
|
||||||
</el-popconfirm>
|
</el-popconfirm>
|
||||||
|
|
||||||
<el-button style="float: right; padding: 5px ;margin: 0 5px" type="primary" icon="el-icon-edit"
|
<el-button style="float: right; padding: 5px ;margin: 0 5px" type="primary" icon="el-icon-edit"
|
||||||
@click="handleUpdate(customer.id)" circle></el-button>
|
@click="handleUpdate(ruleAndVersion.id)" circle></el-button>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue