feat(short-drama-agent-front): 调整工作台布局与图库瀑布流
This commit is contained in:
@@ -66,7 +66,7 @@ function exportReceipt() {
|
||||
<p v-else class="mt-2 text-sm">前置检查通过,提交前仍会再次校验。</p>
|
||||
</div>
|
||||
<p v-if="operation.pending && operation.label === '高级串联生产'" role="status" class="mt-3 text-sm">
|
||||
请求进行中;关闭面板不会取消后端任务,请勿重复提交。
|
||||
请求进行中,请勿重复提交。
|
||||
</p>
|
||||
<section v-if="receipt" aria-label="串联生产回执" class="surface-inset mt-4 p-4">
|
||||
<div class="flex items-center justify-between gap-3">
|
||||
|
||||
@@ -239,7 +239,7 @@ async function submit() {
|
||||
>
|
||||
</div>
|
||||
<p v-if="operation.pending" role="status" class="mt-3 text-xs text-muted">
|
||||
{{ operation.label }}进行中。关闭面板不会取消后端任务;请勿重复提交。
|
||||
{{ operation.label }}进行中,请勿重复提交。
|
||||
</p>
|
||||
<NAlert v-if="session.error" role="alert" type="error" :show-icon="false" class="mt-4">{{
|
||||
session.error
|
||||
|
||||
Reference in New Issue
Block a user