fix:玻纤交接去掉编辑

This commit is contained in:
shijing 2025-07-29 13:41:22 +08:00
parent acf701bf6a
commit fd154547f2
1 changed files with 2 additions and 2 deletions

View File

@ -182,13 +182,13 @@
<el-button type="danger">撤消</el-button> <el-button type="danger">撤消</el-button>
</template> </template>
</el-popconfirm> </el-popconfirm>
<el-button <!-- <el-button
@click="table_edit(scope.row)" @click="table_edit(scope.row)"
v-auth="'handover.update'" v-auth="'handover.update'"
type="primary" type="primary"
v-if="(scope.row.send_mgroup == mgroupId||deptId==scope.row.send_dept)&&scope.row.submit_time == null&&scope.row.mtype == 10" v-if="(scope.row.send_mgroup == mgroupId||deptId==scope.row.send_dept)&&scope.row.submit_time == null&&scope.row.mtype == 10"
>编辑</el-button >编辑</el-button
> > -->
<el-popconfirm <el-popconfirm
title="确定删除吗?" title="确定删除吗?"
v-if="(scope.row.send_mgroup == mgroupId||deptId==scope.row.send_dept)&&scope.row.submit_time == null" v-if="(scope.row.send_mgroup == mgroupId||deptId==scope.row.send_dept)&&scope.row.submit_time == null"