|
@@ -139,6 +139,7 @@ const onUpdateTab = (index) => {
|
|
|
isVisibleUpdateInfo.value = false;
|
|
|
return;
|
|
|
}
|
|
|
+ isVisibleBtn.value = true;
|
|
|
handleMedicateAmount();
|
|
|
}
|
|
|
|
|
@@ -627,7 +628,7 @@ onMounted(async () => {
|
|
|
</n-tab-pane>
|
|
|
</n-tabs>
|
|
|
</BaseCard>
|
|
|
- <BaseCard title="设定参数系数" style="margin: 0" tips="建议使用默认值,非必要不修改">
|
|
|
+ <BaseCard title="设定参数系数" style="margin: 0" tips="建议使用默认值,非必要不修改" v-show="tabActiveKey !== 'worker'">
|
|
|
<template #titleRight>
|
|
|
<div>
|
|
|
<div class="flex items-center space-x-[4px] cursor-pointer text-[#2454FF] text-[13px]"
|