refactor(项目设置): 自定义恢复为xpack
This commit is contained in:
parent
0e308a2db9
commit
bff79b1868
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue