From 7aa0dadef89ed8edd25c527bcb164f3fe5960c59 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 08 五月 2024 14:56:49 +0800 Subject: [PATCH] 工单的工作站修改 --- src/views/product/workbench/workReportCard.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/product/workbench/workReportCard.vue b/src/views/product/workbench/workReportCard.vue index 7f02663..fcf2a04 100644 --- a/src/views/product/workbench/workReportCard.vue +++ b/src/views/product/workbench/workReportCard.vue @@ -126,10 +126,10 @@ <!-- <el-button class="tracking-out-revoke-btn" type="primary" icon="tracking-btn-out" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" >浜ょ彮 </el-button> --> - <!-- <el-button class="submit-out-btn" type="primary" + <el-button class="submit-out-btn" type="primary" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="submitList()" :loading="submitLoading">鎻愪氦 - </el-button> --> + </el-button> <el-button class="batch-out-del-btn" type="primary" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="deleteList()">鍒犻櫎 </el-button> -- Gitblit v1.9.3