From c559205d1e496417e09d54b9d824163864a4243d Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期一, 21 四月 2025 09:13:33 +0800 Subject: [PATCH] 修改 --- src/views/hazardousChemicals/avoidWarning/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/hazardousChemicals/avoidWarning/index.vue b/src/views/hazardousChemicals/avoidWarning/index.vue index 01f4f36..1a6cd3e 100644 --- a/src/views/hazardousChemicals/avoidWarning/index.vue +++ b/src/views/hazardousChemicals/avoidWarning/index.vue @@ -63,7 +63,7 @@ </div> <div style="margin-top: 10px">相忌试剂:{{ item.tabooBasicName }}</div> <div style="margin-top: 10px">存储位置:{{item.warehouseName}}——{{item.cupboardName}}</div> - <el-button style="margin-top: 15px;float: right;color: white;margin-bottom: 5px" :color="item.warningType == 1 ? '#ef8a8a' : '#efb965'" @click="handle(item)">立即处理</el-button> +<!-- <el-button style="margin-top: 15px;float: right;color: white;margin-bottom: 5px" :color="item.warningType == 1 ? '#ef8a8a' : '#efb965'" @click="handle(item)">立即处理</el-button>--> </el-card> </el-col> -- Gitblit v1.9.2