Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
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
张伯涛
bigDataSystem
Commits
d4b5244d
Commit
d4b5244d
authored
Dec 25, 2024
by
LiXuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商城订单-列表
parent
aff84e05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
index.vue
src/views/dataSharingAndExchange/shoppingOrder/index.vue
+6
-2
orderData.ts
src/views/dataSharingAndExchange/shoppingOrder/orderData.ts
+2
-2
No files found.
src/views/dataSharingAndExchange/shoppingOrder/index.vue
View file @
d4b5244d
...
...
@@ -27,7 +27,11 @@
<TableAction
:actions=
"[
{ label: '详情', onClick: handleDetail.bind(null, record) },
{ label: '审核', onClick: handleDetail.bind(null, record) },
{
label: '审核',
onClick: handleDetail.bind(null, record),
ifShow: record.progress !== '已审核',
},
]"
/>
</
template
>
...
...
@@ -84,7 +88,7 @@
import
{
FormProps
}
from
'@/components/Form'
;
import
{
ref
}
from
'vue'
;
import
{
useMessage
}
from
'@/hooks/web/useMessage'
;
import
{
BasicTable
,
useTable
,
TableAction
}
from
'@/components/Table'
;
import
{
BasicTable
,
useTable
,
TableAction
,
BasicTableProps
}
from
'@/components/Table'
;
import
{
orderFormSchema
,
orderTableColumn
}
from
'./order.data'
;
import
{
orderData
}
from
'./orderData'
;
import
{
useModal
}
from
'@/components/Modal'
;
...
...
src/views/dataSharingAndExchange/shoppingOrder/orderData.ts
View file @
d4b5244d
...
...
@@ -45,7 +45,7 @@ export const orderData = [
},
{
name
:
'月度销售报告'
,
type
:
'
文件
'
,
type
:
'
数据服务
'
,
version
:
'v1.1'
,
uploadPerson
:
'李伟'
,
money
:
5000
,
...
...
@@ -56,7 +56,7 @@ export const orderData = [
},
{
name
:
'季度运营总结'
,
type
:
'
文件
'
,
type
:
'
数据服务
'
,
version
:
'v2.0'
,
uploadPerson
:
'孙涛'
,
money
:
3000
,
...
...
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