Skip to content

Commit

Permalink
feat: 激活面板标题
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Aug 5, 2023
1 parent 5eac40d commit 5810013
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/activation/office.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const copyScript = () => useScriptCopy(activateScript.value)

<template>
<div class="flex flex-col gap-4">
<ACard>
<ACard title="Office">
<AForm :model="formData" :rules="formRules" @submit="handleSubmit" auto-label-width>
<AFormItem :label="t('activate.office.form-item.version.label')" field="version">
<ASelect v-model="formData.version" :placeholder="t('activate.office.form-item.version.placeholder')">
Expand Down
2 changes: 1 addition & 1 deletion src/views/activation/windows-server.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const copyScript = () => useScriptCopy(activateScript.value)

<template>
<div class="flex flex-col gap-4">
<ACard>
<ACard title="Windows Server">
<AForm :model="formData" :rules="formRules" @submit="handleSubmit" auto-label-width>
<AFormItem :label="t('activate.windows.form-item.version.label')" field="version">
<ASelect v-model="formData.version" :placeholder="t('activate.windows.form-item.version.placeholder')">
Expand Down
2 changes: 1 addition & 1 deletion src/views/activation/windows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const copyScript = () => useScriptCopy(activateScript.value)

<template>
<div class="flex flex-col gap-4">
<ACard>
<ACard title="Windows">
<AForm :model="formData" :rules="formRules" @submit="handleSubmit" auto-label-width>
<AFormItem :label="t('activate.windows.form-item.version.label')" field="version">
<ASelect v-model="formData.version" :placeholder="t('activate.windows.form-item.version.placeholder')">
Expand Down

0 comments on commit 5810013

Please sign in to comment.