Merge branch 'dev' of http://62.234.3.186:3000/sxyanzhu/jhprjv2 into dev
commit
bc4ba0dec3
|
@ -186,11 +186,20 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="操作"
|
label="操作"
|
||||||
align="center"
|
align="center"
|
||||||
width="120"
|
width="130"
|
||||||
class-name="small-padding fixed-width"
|
class-name="small-padding fixed-width"
|
||||||
fixed="right"
|
fixed="right"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<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
|
<el-button
|
||||||
v-if="getIsUpdate(scope.row)"
|
v-if="getIsUpdate(scope.row)"
|
||||||
size="mini"
|
size="mini"
|
||||||
|
|
Loading…
Reference in New Issue