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
41b84078
authored
Nov 22, 2024
by
山野羡民
Committed by
Gitee
Nov 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
导出权限问题、支付应用选择问题:update src/views/pay/order/index.vue.
Signed-off-by: 山野羡民 <liyujiang_tk@yeah.net>
parent
a283dc8c
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 @
41b84078
...
...
@@ -97,7 +97,7 @@
plain
@
click=
"handleExport"
:loading=
"exportLoading"
v-hasPermi=
"['
system:tenant
:export']"
v-hasPermi=
"['
pay:order
:export']"
>
<Icon
icon=
"ep:download"
class=
"mr-5px"
/>
导出
</el-button>
...
...
@@ -192,6 +192,7 @@ import { dateFormatter } from '@/utils/formatTime'
import
*
as
OrderApi
from
'@/api/pay/order'
import
OrderDetail
from
'./OrderDetail.vue'
import
download
from
'@/utils/download'
import
{
getAppList
}
from
'@/api/pay/app'
defineOptions
({
name
:
'PayOrder'
})
...
...
@@ -263,6 +264,7 @@ const openDetail = (id: number) => {
/** 初始化 **/
onMounted
(
async
()
=>
{
await
getList
()
appList
.
value
=
await
getAppList
()
})
</
script
>
<
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