邹畅 3 years ago
parent
commit
6d79d640db
1 changed files with 3 additions and 3 deletions
  1. 6
      src/views/sce/sceInfo/index.vue

6
src/views/sce/sceInfo/index.vue

@ -71,16 +71,16 @@
<el-table-column align="center" label="操作">
<template slot-scope="scope">
<el-button type="text" size="mini" @click="handleView(scope.row)"
>查看</el-button
><div style="color:#000;">查看</div></el-button
>
<el-button type="text" size="mini" @click="handleEdit(scope.row)"
>编辑</el-button
><div style="color:#02A7F0;">编辑</div></el-button
>
<el-button type="text" size="mini" @click="handleTips(scope.row)"
>Tips维护</el-button
>
<el-button type="text" size="mini" @click="hanDel(scope.row)"
>删除</el-button
><div style="color:#D9001B;">删除</div></el-button
>
</template>
</el-table-column>

Loading…
Cancel
Save