From d4d9bdca6e4bd7e01b9e392da9567828ca4a1dc7 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 13 十二月 2023 11:26:25 +0800 Subject: [PATCH] modified: src/api/plan/operationtask.js modified: src/views/common/document.vue modified: src/views/common/documentDetail.vue modified: src/views/plan/operationtask/operationtask-form.vue modified: src/views/technology/document/teststandard.vue --- src/views/product/workbench/productInDialog.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/product/workbench/productInDialog.vue b/src/views/product/workbench/productInDialog.vue index ab22650..15c4b15 100644 --- a/src/views/product/workbench/productInDialog.vue +++ b/src/views/product/workbench/productInDialog.vue @@ -25,7 +25,7 @@ > </el-table-column> <el-table-column - label="IFS鎵规鍙�" + label="鎵规鍙�" prop="ifsBatchNo" align="center" :show-overflow-tooltip="true" @@ -46,6 +46,10 @@ <el-table-column label="鍗曚綅" prop="unit" align="center"> </el-table-column> <el-table-column label="鏄惁宸ュ簭搴撳瓨" prop="operationStockStatus" align="center"> + <template slot-scope="scope"> + <span v-if="scope.row.operationStockStatus">鏄�</span> + <span v-else>鍚�</span> + </template> </el-table-column> <el-table-column label="鎵�灞炲伐搴�" prop="name" align="center"> </el-table-column> -- Gitblit v1.9.3