Commit 780d9202 authored by tanjunxin's avatar tanjunxin

fix: 过程检验细节优化

parent 308f0169
...@@ -48,10 +48,10 @@ ...@@ -48,10 +48,10 @@
v-hasPermi="['mes:qc:ipqc:add']" v-hasPermi="['mes:qc:ipqc:add']"
>新增</el-button> >新增</el-button>
</el-col> --> </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(selectedRows[0])" <el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate(selectedRows[0])"
v-hasPermi="['mes:qc:ipqc:edit']">修改</el-button> v-hasPermi="['mes:qc:ipqc:edit']">修改</el-button>
</el-col> </el-col> -->
<el-col :span="1.5"> <el-col :span="1.5">
<el-button type="danger" plain icon="el-icon-delete" size="mini" :disabled="multiple" @click="handleDelete" <el-button type="danger" plain icon="el-icon-delete" size="mini" :disabled="multiple" @click="handleDelete"
v-hasPermi="['mes:qc:ipqc:remove']">删除</el-button> v-hasPermi="['mes:qc:ipqc:remove']">删除</el-button>
...@@ -101,8 +101,8 @@ ...@@ -101,8 +101,8 @@
</el-table-column> </el-table-column>
<el-table-column label="操作" width="150" fixed="right" align="center" class-name="small-padding fixed-width"> <el-table-column label="操作" width="150" fixed="right" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" <!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
v-if="scope.row.status == 'PREPARE'" v-hasPermi="['mes:qc:ipqc:edit']">修改</el-button> v-if="scope.row.status == 'PREPARE'" v-hasPermi="['mes:qc:ipqc:edit']">修改</el-button> -->
<el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"
v-if="scope.row.status == 'PREPARE'" v-hasPermi="['mes:qc:ipqc:remove']">删除</el-button> v-if="scope.row.status == 'PREPARE'" v-hasPermi="['mes:qc:ipqc:remove']">删除</el-button>
</template> </template>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" width="120"> <!-- <el-table-column label="操作" align="center" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
size="mini" size="mini"
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
v-if="optType !='view'" v-if="optType !='view'"
>缺陷记录</el-button> >缺陷记录</el-button>
</template> </template>
</el-table-column> </el-table-column> -->
</el-table> </el-table>
<pagination <pagination
......
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