Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
019bd953
authored
Nov 30, 2024
by
芋道源码
Committed by
Gitee
Nov 30, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!592 导出权限问题、支付应用选择问题:update src/views/pay/order/index.vue.
Merge pull request !592 from 山野羡民/N/A
parents
8ff9443f
41b84078
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
src/views/pay/order/index.vue
+3
-1
No files found.
src/views/pay/order/index.vue
View file @
019bd953
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
plain
plain
@
click=
"handleExport"
@
click=
"handleExport"
:loading=
"exportLoading"
:loading=
"exportLoading"
v-hasPermi=
"['
system:tenant
:export']"
v-hasPermi=
"['
pay:order
:export']"
>
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
</el-button>
...
@@ -192,6 +192,7 @@ import { dateFormatter } from '@/utils/formatTime'
...
@@ -192,6 +192,7 @@ import { dateFormatter } from '@/utils/formatTime'
import
*
as
OrderApi
from
'@/api/pay/order'
import
*
as
OrderApi
from
'@/api/pay/order'
import
OrderDetail
from
'./OrderDetail.vue'
import
OrderDetail
from
'./OrderDetail.vue'
import
download
from
'@/utils/download'
import
download
from
'@/utils/download'
import
{
getAppList
}
from
'@/api/pay/app'
defineOptions
({
name
:
'PayOrder'
})
defineOptions
({
name
:
'PayOrder'
})
...
@@ -263,6 +264,7 @@ const openDetail = (id: number) => {
...
@@ -263,6 +264,7 @@ const openDetail = (id: number) => {
/** 初始化 **/
/** 初始化 **/
onMounted
(
async
()
=>
{
onMounted
(
async
()
=>
{
await
getList
()
await
getList
()
appList
.
value
=
await
getAppList
()
})
})
</
script
>
</
script
>
<
style
>
<
style
>
...
...
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