From 3df490689a70bce6a76f1d4b54935f3c9439ae49 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期五, 29 八月 2025 14:10:26 +0800 Subject: [PATCH] 隐藏按钮信息 --- src/views/business/rawMaterialInspection/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/business/rawMaterialInspection/index.vue b/src/views/business/rawMaterialInspection/index.vue index 3bb5510..3110353 100644 --- a/src/views/business/rawMaterialInspection/index.vue +++ b/src/views/business/rawMaterialInspection/index.vue @@ -63,8 +63,8 @@ <div> <el-button v-show="tabIndex === 4" :loading="outLoading" size="small" type="primary" @click="handleDown">瀵煎嚭</el-button> - <el-button v-if="tabIndex === 0" :loading="btnLoading" size="small" type="primary" - @click="openIFS">鑾峰彇IFS璁㈠崟</el-button> + <!-- <el-button v-if="tabIndex === 0" :loading="btnLoading" size="small" type="primary" + @click="openIFS">鑾峰彇IFS璁㈠崟</el-button> --> <el-button v-if="tabIndex === 0" size="small" type="primary" @click="declareS">鎶ユ</el-button> <el-button v-if="tabIndex === 0" size="small" type="primary" @click="addDeclare">鏂板鎶ユ淇℃伅</el-button> </div> -- Gitblit v1.9.3