Commit 70168bcb authored by 周远喜's avatar 周远喜

ok

parent 247ad9d1
......@@ -135,7 +135,7 @@
<template slot-scope="{ row, index }" slot="action">
<div v-if="edit != index" class="action">
<op class="edit" @click="editRow(row, index)">编辑</op>
<!-- <op class="remove" @click="delRow(row, index)">删除</op> -->
<op v-if="$store.state.userInfo.userType==2" class="remove" @click="delRow(row, index)">删除</op>
</div>
<div class="action" v-else>
<op class="edit" @click="save">保存</op>
......
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