二次编辑商品
This commit is contained in:
@@ -33,6 +33,8 @@ const {
|
||||
selectedSkins,
|
||||
uploadedScreenshotCount,
|
||||
requiredScreenshotCount,
|
||||
isEditMode,
|
||||
submitButtonText,
|
||||
disabledOnlineStartOptions,
|
||||
disabledOnlineEndOptions,
|
||||
serverOptions,
|
||||
@@ -684,13 +686,17 @@ function selectDailyLoss(value: string | number) {
|
||||
:disabled="!canPublishAfterAgreements"
|
||||
@click="handleSubmit"
|
||||
>
|
||||
立即发布
|
||||
{{ submitButtonText }}
|
||||
</el-button>
|
||||
<el-button :icon="DocumentChecked" :disabled="loading" @click="handleSaveDraft"
|
||||
<el-button
|
||||
v-if="!isEditMode"
|
||||
:icon="DocumentChecked"
|
||||
:disabled="loading"
|
||||
@click="handleSaveDraft"
|
||||
>保存草稿</el-button
|
||||
>
|
||||
<el-button :icon="RefreshRight" :disabled="loading" @click="handleResetDraft"
|
||||
>重置草稿</el-button
|
||||
>{{ isEditMode ? '恢复原信息' : '重置草稿' }}</el-button
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user