Commit acaaa8a0 authored by 张伯涛's avatar 张伯涛

修改

parent 571d5606
......@@ -43,9 +43,9 @@
<el-table-column label="所属二级单位" prop="Z2NDORG" width="180" show-overflow-tooltip></el-table-column>
<el-table-column label="操作" fixed="right" width="180">
<template slot-scope="scope">
<el-button type="text" style="color:#f56c6c;" size="mini" @click="delProject(scope.row)">删除</el-button>
<el-button type="text" size="mini" @click="editProject(scope.row)">修改</el-button>
<el-button type="text" size="mini" @click="handProject(scope.row)">查看</el-button>
<el-link :underline="false" type="primary" @click="editProject(scope.row)">修改</el-link>
<el-link :underline="false" type="success" style="margin-left: 10px " @click="handProject(scope.row)">查看</el-link>
<el-link :underline="false" type="danger" style="margin-left: 10px " @click="delProject(scope.row)">删除</el-link>
</template>
</el-table-column>
</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