refactor(项目设置): 自定义恢复为xpack

This commit is contained in:
guoyuqi 2024-06-24 19:07:53 +08:00 committed by 刘瑞斌
parent 0e308a2db9
commit bff79b1868
1 changed files with 2 additions and 0 deletions

View File

@ -130,11 +130,13 @@
{{ platform.name }}
</div>
<div
v-xpack
:class="['platform-card-custom', robotForm.platform === 'CUSTOM' ? 'platform-card--active' : '']"
@click="robotForm.platform = 'CUSTOM'"
>
<MsIcon type="icon-icon_add_outlined" size="14" class="text-[rgb(var(--primary-6))]" />
<div class="ml-[8px] text-[rgb(var(--primary-6))]">{{ t('project.messageManagement.CUSTOM') }}</div>
<div class="text-[var(--color-text-n4)]">{{ t('project.messageManagement.business') }}</div>
</div>
</div>
</a-form-item>