Commit e13b129b authored by guoyou's avatar guoyou

员工录入操作权限

parent bd5a94e1
...@@ -66,11 +66,13 @@ ...@@ -66,11 +66,13 @@
size="small" size="small"
class="el-button el-button--text el-button--small" class="el-button el-button--text el-button--small"
@click="editorStaff(scope.row)" @click="editorStaff(scope.row)"
v-if="scope.row.status != 1"
>编辑</el-button> >编辑</el-button>
<el-button <el-button
size="small" size="small"
class="el-button el-button--text el-button--small" class="el-button el-button--text el-button--small"
@click="deleteStaff(scope.row)" @click="deleteStaff(scope.row)"
v-if="scope.row.status != 1"
>删除</el-button> >删除</el-button>
</template> </template>
</el-table-column> </el-table-column>
......
This diff is collapsed.
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