Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
credit
Project
Project
Details
Activity
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
niuyutian
credit
Commits
6111cdf8
Commit
6111cdf8
authored
Sep 07, 2023
by
jiangweijia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待办页面修改
parent
2d449e8c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
待办事项.vf
.vf/sources/待办事项.vf
+0
-0
index.js
src/views/trades/3000/index.js
+2
-2
index.vue
src/views/trades/3000/index.vue
+1
-2
No files found.
.vf/sources/待办事项.vf
View file @
6111cdf8
This diff is collapsed.
Click to expand it.
src/views/trades/3000/index.js
View file @
6111cdf8
...
...
@@ -135,7 +135,7 @@ export default {
params
,
successFn
:
(
response
)
=>
{
this
.
table
.
list
.
pagination
.
total
=
response
.
total
this
.
params
.
list
=
response
.
data
this
.
params
.
list
=
response
.
list
},
failedFn
:
(
error
)
=>
{
console
.
log
(
error
)
...
...
@@ -172,7 +172,7 @@ export default {
params
,
successFn
:
(
response
)
=>
{
this
.
table
.
list2
.
pagination
.
total
=
response
.
total
this
.
params
.
list2
=
response
.
data
this
.
params
.
list2
=
response
.
list2
},
failedFn
:
(
error
)
=>
{
console
.
log
(
error
)
...
...
src/views/trades/3000/index.vue
View file @
6111cdf8
<
template
>
<div
id=
""
>
<div
id=
"
3000
"
>
<a-form-model
ref=
"form"
:model=
"params"
...
...
@@ -189,7 +189,6 @@
<a-button
id=
"button22800"
:ghost=
"false"
@
click=
"button22800_onClick"
>
重置
</a-button>
<a-button
id=
"button90830"
:ghost=
"false"
>
csdss
</a-button>
</div>
<a-card
title=
"查询结果列表"
:bordered=
"false"
>
<a-table
...
...
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