fix: 完善剧本完成状态限制并优化表单对齐与配色
This commit is contained in:
@@ -184,7 +184,7 @@ watch(
|
||||
<NCheckbox
|
||||
v-model:checked="force"
|
||||
:disabled="operation.pending"
|
||||
class="flex items-center gap-2 pb-3 text-xs"
|
||||
class="control-row-checkbox text-xs"
|
||||
>覆盖模式:为已有结果新增候选
|
||||
</NCheckbox>
|
||||
</div>
|
||||
|
||||
@@ -73,7 +73,7 @@ export function useProduction() {
|
||||
!!context.error.value ||
|
||||
!!query.error.value ||
|
||||
!query.data.value ||
|
||||
context.project.value?.status === 'generating'
|
||||
context.project.value?.status !== 'completed'
|
||||
)
|
||||
|
||||
/** 批量操作只向就绪镜头提交;最终资产状态由轮询查询确认。 */
|
||||
|
||||
Reference in New Issue
Block a user