Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
test_platform_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wallen姚文辉
test_platform_web
Commits
ebb7676d
Commit
ebb7676d
authored
Oct 24, 2024
by
Wallen姚文辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
造单
parent
03cd23a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
+46
-0
CreateOrder.vue
src/views/tool/CreateOrder.vue
+44
-0
vue.config.js
vue.config.js
+2
-0
No files found.
src/views/tool/CreateOrder.vue
0 → 100644
View file @
ebb7676d
<
template
>
<PageHeader
:title=
"title"
>
</PageHeader>
<div
style=
"margin-top: 8px"
>
<Row>
<Col
span=
"12"
>
<a
target=
"_blank"
href=
"http://192.168.11.185:8080/view/%E5%A4%96%E9%83%A8%E5%8F%AF%E8%AE%BF%E9%97%AE%EF%BC%88%E7%94%A8%E4%BA%8E%E5%88%9B%E5%8D%95%EF%BC%89/job/%E7%94%9F%E4%BA%A7%E7%8E%AF%E5%A2%83%E5%88%9B%E5%8D%95/"
>
生产环境造单(完善客户信息+证件审核)
</a>
</Col>
<Col
span=
"12"
>
<div
@
click=
"copyUser()"
>
复制账号
</div>
<div
@
click=
"copyPass()"
>
复制密码
</div>
</Col>
</Row>
</div>
</
template
>
<
script
setup
>
import
{
copy
}
from
'clipboard'
;
import
{
ref
}
from
'vue'
const
page_id
=
ref
(
22
)
const
title
=
ref
(
"生产环境造单"
)
function
copyUser
(){
}
function
copyPass
(){
}
</
script
>
<
style
>
.vertical-center-modal
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.vertical-center-modal
.ivu-modal
{
top
:
0
;
}
</
style
>
\ No newline at end of file
vue.config.js
View file @
ebb7676d
...
@@ -12,6 +12,8 @@ module.exports = defineConfig({
...
@@ -12,6 +12,8 @@ module.exports = defineConfig({
}
}
},
},
devServer
:
{
devServer
:
{
historyApiFallback
:
true
,
allowedHosts
:
"all"
,
proxy
:
{
proxy
:
{
'/api'
:
{
'/api'
:
{
target
:
'http://localhost:8080'
,
target
:
'http://localhost:8080'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment