维修审核按钮隐藏

This commit is contained in:
mashuai 2025-02-28 13:34:15 +08:00
parent 4c0c68d05c
commit b03be7a391
2 changed files with 13 additions and 13 deletions

View File

@ -18,7 +18,7 @@
disabled disabled
/> />
</el-form-item> </el-form-item>
<el-form-item label="退料单位" prop="projectName"> <el-form-item label="退料工程" prop="projectName">
<el-input <el-input
v-model="maForm.projectName" v-model="maForm.projectName"
placeholder="请输入退料单位" placeholder="请输入退料单位"
@ -42,7 +42,7 @@
</el-form> </el-form>
<el-row :gutter="10" class="mb8"> <el-row :gutter="10" class="mb8">
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button <el-button
type="success" type="success"
plain plain
@ -52,8 +52,8 @@
@click="handlePassAll" @click="handlePassAll"
>通过</el-button >通过</el-button
> >
</el-col> </el-col>-->
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button <el-button
type="danger" type="danger"
plain plain
@ -63,7 +63,7 @@
@click="handleFailAll" @click="handleFailAll"
>驳回</el-button >驳回</el-button
> >
</el-col> </el-col>-->
<!-- <el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button <el-button
type="primary" type="primary"

View File

@ -206,14 +206,14 @@
@click="handleView(scope.row)" @click="handleView(scope.row)"
>查看 >查看
</el-button> </el-button>
<el-button <!-- <el-button
size="mini" size="mini"
style="margin-bottom: 10px" style="margin-bottom: 10px"
type="primary" type="primary"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
v-if="scope.row.status != '2'" v-if="scope.row.status != '2'"
>审核 >审核
</el-button> </el-button>-->
<!-- <el-button <!-- <el-button
size="mini" size="mini"