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">
v-hasPermi="['setting:standard:update']" <page-button
plain v-hasPermi="['setting:standard:update']"
size="mini" icon="edit"
type="text" title="修改"
icon="el-icon-edit" @click.native="handleUpdate(scope.row.id)"
@click="handleUpdate(scope.row)" ></page-button>
>修改</el-button </div>
>
</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">
v-hasPermi="['setting:standard:update']" <page-button
plain v-hasPermi="['setting:standard:update']"
size="mini" icon="doc-search"
type="text" title="检验内容"
@click="handleUpdate(scope.row)" @click.native="handleUpdate(scope.row)"
>检验内容</el-button ></page-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