Commit 4e69361f authored by tanjunxin's avatar tanjunxin

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-ui into dev

parents 111e45c8 24cffea2
......@@ -90,11 +90,11 @@
v-hasPermi="['mes:pro:workorder:add']">新增
</el-button>
</el-col> -->
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate"
v-hasPermi="['mes:pro:workorder:edit']">修改
</el-button>
</el-col>
</el-col> -->
<!-- <el-col :span="1.5">
<el-button
......@@ -304,15 +304,15 @@
<el-table-column label="操作" width="220px" align="center" fixed="right" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.status == 'PREPARE'"
<!-- <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.status == 'PREPARE'"
@click="handleUpdate(scope.row)" v-hasPermi="['mes:pro:workorder:edit']">修改
</el-button>
</el-button> -->
<el-button size="mini" type="text" icon="el-icon-search" @click="handleViewRecord(scope.row)">查看更新记录
</el-button>
<el-button size="mini" type="text" icon="el-icon-delete" v-if="scope.row.status == 'PREPARE'"
<!-- <el-button size="mini" type="text" icon="el-icon-delete" v-if="scope.row.status == 'PREPARE'"
@click="handleDelete(scope.row)" v-hasPermi="['mes:pro:workorder:remove']">删除
</el-button>
</el-button> -->
<!-- <el-button
size="mini"
type="text"
......
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