Commit 626f801e authored by mzx's avatar mzx

feat(信息管理): 图标修改

parent c0db3b63
...@@ -97,15 +97,14 @@ ...@@ -97,15 +97,14 @@
class-name="fixed-width" class-name="fixed-width"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <div class="button-bar">
<page-button
v-hasPermi="['setting:standard:update']" v-hasPermi="['setting:standard:update']"
plain icon="edit"
size="mini" title="修改"
type="text" @click.native="handleUpdate(scope.row.id)"
icon="el-icon-edit" ></page-button>
@click="handleUpdate(scope.row)" </div>
>修改</el-button
>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
...@@ -93,14 +93,14 @@ ...@@ -93,14 +93,14 @@
class-name="fixed-width" class-name="fixed-width"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <div class="button-bar">
<page-button
v-hasPermi="['setting:standard:update']" v-hasPermi="['setting:standard:update']"
plain icon="doc-search"
size="mini" title="检验内容"
type="text" @click.native="handleUpdate(scope.row)"
@click="handleUpdate(scope.row)" ></page-button>
>检验内容</el-button </div>
>
</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