fix:玻纤交接去掉编辑
This commit is contained in:
parent
acf701bf6a
commit
fd154547f2
|
@ -182,13 +182,13 @@
|
|||
<el-button type="danger">撤消</el-button>
|
||||
</template>
|
||||
</el-popconfirm>
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
@click="table_edit(scope.row)"
|
||||
v-auth="'handover.update'"
|
||||
type="primary"
|
||||
v-if="(scope.row.send_mgroup == mgroupId||deptId==scope.row.send_dept)&&scope.row.submit_time == null&&scope.row.mtype == 10"
|
||||
>编辑</el-button
|
||||
>
|
||||
> -->
|
||||
<el-popconfirm
|
||||
title="确定删除吗?"
|
||||
v-if="(scope.row.send_mgroup == mgroupId||deptId==scope.row.send_dept)&&scope.row.submit_time == null"
|
||||
|
|
Loading…
Reference in New Issue