Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
fukai
vue-gjjs
Commits
f4c336b2
Commit
f4c336b2
authored
Apr 18, 2023
by
zhangliding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
静态交易修改
parent
3f85c9bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
atp.js
src/service/test/atp.js
+1
-1
AtpInfo.vue
src/views/Statics/Atp/views/Dbiatp/AtpInfo.vue
+2
-2
No files found.
src/service/test/atp.js
View file @
f4c336b2
...
...
@@ -13,7 +13,7 @@ export function add(data) {
}
export
function
hasCod
(
cod
)
{
return
Api
.
post
(
`/service/atp/
has
Cod?cod=
${
cod
}
`
)
return
Api
.
post
(
`/service/atp/
query
Cod?cod=
${
cod
}
`
)
}
export
function
edit
(
data
)
{
...
...
src/views/Statics/Atp/views/Dbiatp/AtpInfo.vue
View file @
f4c336b2
...
...
@@ -160,11 +160,11 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交易处理时间"
prop=
"dealtim"
>
<c-input
-currency
value=
"0.0"
class=
"input-currency-left"
<c-input
v-model=
"model.dealtim"
placeholder=
"请输入交易处理时间"
>
</c-input
-currency
>
</c-input>
</el-form-item>
</c-col>
</c-col>
...
...
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