Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b1d60319
authored
2025-05-28 10:40:20 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
bd56e62c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
src/viewsPc/booking/ticket/confirmOrder.vue
vite.config.js
src/viewsPc/booking/ticket/confirmOrder.vue
View file @
b1d6031
...
...
@@ -43,7 +43,8 @@
{{
language
==
0
?
'查看区域布局'
:
' View Area Layout'
}}
</div>
</
template
>
<el-image
:src=
"fillImgUrl(tickImg)"
style=
"width: 100%;"
:preview-src-list=
"[fillImgUrl(tickImg)]"
/>
<el-image
:src=
"fillImgUrl(tickImg)"
style=
"width: 100%;"
:preview-src-list=
"[fillImgUrl(tickImg)]"
/>
</el-popover>
...
...
@@ -86,9 +87,7 @@
<div
class=
"p_box"
>
<div
class=
"people"
>
<el-checkbox-group
v-model=
"orderForm.customerIds"
@
change=
"changeGroup"
>
<div
v-for=
"(it, index) in personnelList"
:key=
"index"
class=
"prople_item"
>
<div
v-for=
"(it, index) in personnelList"
:key=
"index"
class=
"prople_item"
>
<div>
<div
class=
"name"
>
{{ it.name }}
<!-- <span v-if="it.discount" class="tag_t p-right">{{-->
...
...
@@ -97,10 +96,7 @@
</div>
<div
class=
"idcard"
>
{{ it.idCard }}
</div>
</div>
<el-checkbox
:value=
"it.id"
:disabled=
"!!it.disabled"
/>
<el-checkbox
:value=
"it.id"
:disabled=
"!!it.disabled"
/>
</div>
</el-checkbox-group>
</div>
...
...
vite.config.js
View file @
b1d6031
...
...
@@ -81,9 +81,9 @@ export default defineConfig(({ mode, command }) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
target
:
'http://192.168.1.118:8081/'
,
//
target: 'http://192.168.1.118:8081/',
// target: 'http://192.168.1.243:8081',
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
// target: 'https://wdsfwuxicenter.com/stage-api/',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment