NEZ-2060 fix:table 类型图表 value mapping折叠时增加显示 column

This commit is contained in:
zhangyu
2022-07-22 16:50:20 +08:00
parent 767d1935aa
commit f30ad4cbbd
7 changed files with 53 additions and 13 deletions

View File

@@ -24,7 +24,7 @@
</div>
</template>
<template v-if="activeIndex === 1">
<div class="desc-text">{{$t('overall.agentTip')}}</div>
<div class="desc-text">{{$t('guide.agentTip')}}</div>
<div class="guide__btn-group">
<button :class="{'guide__btn--disabled': !hasButton('agent_add')}" class="guide__btn" type="button" @click="jumpAndOpen('agent')">{{$t('overall.createPrometheusServer')}}</button>
<button :class="{'guide__btn--disabled': !hasButton('agent_add')}" class="guide__btn" type="button" @click="downloadAgent">{{$t('guide.downloadAgent')}}</button>