Merge branch 'dev' of http://62.234.3.186:3000/sxyanzhu/jhprjv2 into dev
commit
bc4ba0dec3
|
@ -186,11 +186,20 @@
|
|||
<el-table-column
|
||||
label="操作"
|
||||
align="center"
|
||||
width="120"
|
||||
width="130"
|
||||
class-name="small-padding fixed-width"
|
||||
fixed="right"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
v-if="getIsUpdate(scope.row)"
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-edit-outline"
|
||||
@click="handleDelete(scope.row)"
|
||||
v-hasPermi="['flow:flowLabourInfo:delete']"
|
||||
>删除</el-button
|
||||
>
|
||||
<el-button
|
||||
v-if="getIsUpdate(scope.row)"
|
||||
size="mini"
|
||||
|
|
Loading…
Reference in New Issue