Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jwhx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
jwhx
Commits
cf774b71
Commit
cf774b71
authored
Nov 19, 2024
by
xieyishang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~~
parent
6a2d76df
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
16 deletions
+5
-16
resources/admin/public/config.js
resources/admin/public/config.js
+1
-1
resources/admin/src/config/index.js
resources/admin/src/config/index.js
+1
-1
resources/admin/src/pages/order/exchange/index.vue
resources/admin/src/pages/order/exchange/index.vue
+3
-14
No files found.
resources/admin/public/config.js
View file @
cf774b71
...
@@ -7,5 +7,5 @@ const APP_CONFIG = {
...
@@ -7,5 +7,5 @@ const APP_CONFIG = {
APP_NAME
:
"
后台管理系统
"
,
APP_NAME
:
"
后台管理系统
"
,
//接口地址,如遇跨域需使用nginx代理
//接口地址,如遇跨域需使用nginx代理
API_URL
:
"
http
://os.dxpd
.cn/admin/
"
API_URL
:
"
http
s://juwu.xicheda
.cn/admin/
"
}
}
resources/admin/src/config/index.js
View file @
cf774b71
...
@@ -12,7 +12,7 @@ const DEFAULT_CONFIG = {
...
@@ -12,7 +12,7 @@ const DEFAULT_CONFIG = {
CORE_VER
:
"
1.6.6
"
,
CORE_VER
:
"
1.6.6
"
,
//接口地址
//接口地址
API_URL
:
'
http://api.phpec.cn/admin/
'
,
API_URL
:
"
https://juwu.xicheda.cn/admin/
"
,
//请求超时
//请求超时
TIMEOUT
:
50000
,
TIMEOUT
:
50000
,
...
...
resources/admin/src/pages/order/exchange/index.vue
View file @
cf774b71
...
@@ -14,23 +14,12 @@
...
@@ -14,23 +14,12 @@
<el-main
class=
"nopadding"
>
<el-main
class=
"nopadding"
>
<scTable
tableName=
"member"
ref=
"table"
:apiObj=
"list.apiObj"
:column=
"list.column"
row-key=
"id"
@
selection-change=
"selectionChange"
border
stripe
>
<scTable
tableName=
"member"
ref=
"table"
:apiObj=
"list.apiObj"
:column=
"list.column"
row-key=
"id"
@
selection-change=
"selectionChange"
border
stripe
>
<el-table-column
type=
"selection"
width=
"50"
></el-table-column>
<el-table-column
type=
"selection"
width=
"50"
></el-table-column>
<template
#status
="
scope
"
>
<el-tag
:type=
"status[scope.row.status]?.type"
>
{{
status
[
scope
.
row
.
status
]?.
label
??
'
未知
'
}}
</el-tag>
</
template
>
<el-table-column
label=
"操作"
fixed=
"right"
align=
"center"
width=
"140"
>
<el-table-column
label=
"操作"
fixed=
"right"
align=
"center"
width=
"140"
>
<
template
#default
="
scope
"
>
<el-button-group>
<el-popconfirm
title=
"确定删除吗?"
@
confirm=
"table_del(scope.row, scope.$index)"
>
<template
#reference
>
<el-button
type=
"danger"
>
删除
</el-button>
</
template
>
</el-popconfirm>
</el-button-group>
</template>
</el-table-column>
</el-table-column>
</scTable>
</scTable>
</el-main>
</el-main>
<save
v-if=
"dialog.save"
ref=
"saveBox"
@
success=
"upsearch"
@
closed=
"dialog.save=false"
/>
</el-container>
</el-container>
</
template
>
</
template
>
...
@@ -39,7 +28,7 @@
...
@@ -39,7 +28,7 @@
export
default
{
export
default
{
name
:
'
order.exchange
'
,
name
:
'
order.exchange
'
,
components
:{
components
:{
save
,
},
},
data
(){
data
(){
return
{
return
{
...
...
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