This commit is contained in:
Leo
2026-01-03 12:03:12 +08:00
parent fa45ace9a4
commit 584a55094e
6 changed files with 425 additions and 0 deletions

View File

@@ -116,14 +116,21 @@
<el-button type="primary" @click="handleVerify" :loading="verifyLoading">确认</el-button>
</div>
</el-dialog>
<!-- 页尾导航 -->
<PublicFooterNav />
</div>
</template>
<script>
import { submitPublicOrder, submitPublicOrderWithForce } from '@/api/public/order'
import PublicFooterNav from '@/components/PublicFooterNav'
export default {
name: 'PublicOrderSubmit',
components: {
PublicFooterNav
},
data() {
return {
form: { command: '' },
@@ -352,6 +359,7 @@ ${today} 001
min-height: 100vh;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 20px;
padding-bottom: calc(80px + 20px); /* 为页尾导航留出空间 */
display: flex;
align-items: center;
justify-content: center;