From 45f553e1c5f9d1b948c131fd42ca89d7910ffe03 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 24 九月 2024 18:24:20 +0800
Subject: [PATCH] 代码初始化
---
admin/src/views/platform/components/PlatformQueuing.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/admin/src/views/platform/components/PlatformQueuing.vue b/admin/src/views/platform/components/PlatformQueuing.vue
index 4cbc85b..d32f32e 100644
--- a/admin/src/views/platform/components/PlatformQueuing.vue
+++ b/admin/src/views/platform/components/PlatformQueuing.vue
@@ -1,6 +1,6 @@
<template>
<GlobalWindow
- title="鏈堝彴鍙彿-xx鍙锋湀鍙�"
+ :title="'鏈堝彴鍙彿-'+title"
:visible.sync="isShowModal"
:showConfirm="false"
width="800px"
@@ -92,6 +92,7 @@
page: 1
},
carCodeFront: '',
+ title: '',
activePlat: {},
dataList: []
--
Gitblit v1.9.3