维修审核按钮隐藏

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

View File

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