feat: 更新 @riwa/api-types 依赖版本至 0.0.58;优化产品编号验证逻辑,调整按钮文本和表单字段类型

This commit is contained in:
2025-12-23 03:40:50 +07:00
parent c1076b5e98
commit 0f2f806593
7 changed files with 138 additions and 38 deletions

View File

@@ -184,7 +184,7 @@ function handleCreateDraftAndSubmit() {
</NFormItem>
<NSpace justify="end" class="mt-5">
<NButton type="primary" ghost @click="handleCreateDraftAndSubmit">创建并发布</NButton>
<NButton type="primary" ghost @click="handleCreateDraftAndSubmit">创建并提交审核</NButton>
<NButton type="primary" @click="handleCreateDraft">创建</NButton>
</NSpace>
</NForm>