mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 12:39:12 +08:00
fix(任务中心): bugFix
This commit is contained in:
parent
ed3a4fb234
commit
09cbe06af9
@ -5,7 +5,7 @@
|
||||
<a-tag :color="executeResultMap[props.record.result]?.color">
|
||||
{{ t(executeResultMap[props.record.result]?.label || '-') }}
|
||||
</a-tag>
|
||||
<div class="one-line-text">{{ detail.name }}</div>
|
||||
<div class="one-line-text flex-1">{{ detail.name }}</div>
|
||||
</div>
|
||||
<div class="flex justify-end">
|
||||
<MsButton type="icon" status="secondary" class="!rounded-[var(--border-radius-small)]" @click="init">
|
||||
|
@ -514,6 +514,8 @@
|
||||
// 是资源池节点
|
||||
resourcePoolNodes.value.add(lastValue);
|
||||
}
|
||||
} else if (value.length === 0) {
|
||||
clearResourcePools();
|
||||
} else {
|
||||
// 移除选中节点
|
||||
const lastValue = value[value.length - 1];
|
||||
|
@ -5,7 +5,7 @@
|
||||
<a-tag :color="executeResultMap[props.record.result]?.color">
|
||||
{{ t(executeResultMap[props.record.result]?.label || '-') }}
|
||||
</a-tag>
|
||||
<div class="one-line-text">{{ detail.name }}</div>
|
||||
<div class="one-line-text flex-1">{{ detail.name }}</div>
|
||||
</div>
|
||||
<div class="flex justify-end">
|
||||
<MsButton type="icon" status="secondary" class="!rounded-[var(--border-radius-small)]" @click="init">
|
||||
|
Loading…
Reference in New Issue
Block a user