Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
2c038b86
Commit
2c038b86
authored
Mar 04, 2022
by
salitedfish
Browse files
Options
Browse Files
Download
Plain Diff
merge remote
parents
0885a55d
bf335eb3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
IncrementalDataList.vue
src/components/newProductList/IncrementalDataList.vue
+1
-1
IssuePass.vue
src/components/newProductList/IssuePass.vue
+1
-1
TransferPass.vue
src/components/newProductList/TransferPass.vue
+1
-1
No files found.
src/components/newProductList/IncrementalDataList.vue
View file @
2c038b86
...
...
@@ -281,7 +281,7 @@ export default {
},
methods
:
{
checkPass
(
item
)
{
window
.
open
(
`
${
store
.
getters
.
get_urlList
.
chain_browser_url
}
/trace_token?goods_id=
${
item
.
pass_id
}
&evm_tx_hash=
${
item
.
pass_hash
}
`
);
window
.
open
(
`
${
store
.
getters
.
get_urlList
.
chain_browser_url
}
/trace_token?goods_id=
${
item
.
pass_id
}
&evm_tx_hash=
${
item
.
pass_hash
}
&from=client
`
);
},
showIssuePass
(
item
)
{
this
.
curItem
=
item
;
...
...
src/components/newProductList/IssuePass.vue
View file @
2c038b86
...
...
@@ -90,7 +90,7 @@ export default {
{
required
:
true
,
message
:
'请选择通证类型'
,
trigger
:
'blur'
}
],
amount
:
[
{
required
:
true
,
message
:
'请输入通证数量'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'请输入通证数量'
,
trigger
:
'blur'
}
,
],
fileUpload
:
[
{
required
:
false
,
message
:
'点击上传'
,
trigger
:
'blur'
}
...
...
src/components/newProductList/TransferPass.vue
View file @
2c038b86
...
...
@@ -13,7 +13,7 @@
</el-form-item>
<el-form-item
class=
"amount-item"
label=
"转账数量"
prop=
"amount"
v-if=
"content.type === 0"
>
<div
class=
"amount-item"
>
<el-input
:disabled=
"amountDisable"
v-model
.
number=
"formData.amount"
placeholder=
"填写转账数量"
></el-input>
<el-input
type=
"number"
:disabled=
"amountDisable"
v-model
.
number=
"formData.amount"
placeholder=
"填写转账数量"
></el-input>
<span
class=
"balance"
>
可转
{{
content
.
balance
}}
FT
</span>
<el-button
class=
"all-btn"
type=
"text"
@
click=
"allIn"
>
全部
</el-button>
</div>
...
...
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