flat: style
This commit is contained in:
@@ -17,18 +17,22 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<template slot-scope="{row}" slot="menu">
|
<template slot-scope="{row}" slot="menu">
|
||||||
<el-button type="text"
|
<div>
|
||||||
icon="el-icon-document"
|
<el-button type="text"
|
||||||
size="small"
|
icon="el-icon-document"
|
||||||
@click="serveLog(row)"
|
size="small"
|
||||||
>查看日志
|
@click="serveLog(row)"
|
||||||
</el-button>
|
>查看日志
|
||||||
<el-button type="text"
|
</el-button>
|
||||||
icon="el-icon-document"
|
</div>
|
||||||
size="small"
|
<div>
|
||||||
@click="addServeLog(row)"
|
<el-button type="text"
|
||||||
>新增日志
|
icon="el-icon-document"
|
||||||
</el-button>
|
size="small"
|
||||||
|
@click="addServeLog(row)"
|
||||||
|
>新增日志
|
||||||
|
</el-button>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</avue-crud>
|
</avue-crud>
|
||||||
</basic-container>
|
</basic-container>
|
||||||
|
|||||||
Reference in New Issue
Block a user