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
ba1e2a00
Commit
ba1e2a00
authored
Feb 21, 2022
by
wcmoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:
SYCZ-819
未上链存证 发行通证 颜色置灰
parent
9350c916
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
IncrementalDataList.vue
src/components/newProductList/IncrementalDataList.vue
+4
-4
No files found.
src/components/newProductList/IncrementalDataList.vue
View file @
ba1e2a00
...
@@ -118,14 +118,14 @@
...
@@ -118,14 +118,14 @@
</div>
</div>
</li>
</li>
<li
class=
"content-pass"
>
<li
class=
"content-pass"
>
<span
v-if=
"item.status !== 2"
class=
"text-
black
"
>
发行通证
</span>
<span
v-if=
"item.status !== 2"
class=
"text-
gray
"
>
发行通证
</span>
<el-button
<el-button
class=
"text-btn"
class=
"text-btn"
type=
"text"
type=
"text"
@
click=
"showIssuePass(item)"
@
click=
"showIssuePass(item)"
v-else-if=
"item.pass_id === 0"
>
发行通证
</el-button>
v-else-if=
"item.pass_id === 0"
>
发行通证
</el-button>
<div
v-else
>
<div
v-else
>
<span
>
已发行
</span>
<span
class=
"text-black"
>
已发行
</span>
<el-button
@
click=
"checkPass(item)"
class=
"text-btn"
type=
"text"
>
查询
</el-button>
<el-button
@
click=
"checkPass(item)"
class=
"text-btn"
type=
"text"
>
查询
</el-button>
</div>
</div>
</li>
</li>
...
@@ -404,10 +404,10 @@ export default {
...
@@ -404,10 +404,10 @@ export default {
min-width: 1024px;
min-width: 1024px;
}
}
.text-gray {
.text-gray {
color:
gray
;
color:
#C4C4C4
;
}
}
.text-black {
.text-black {
color:
black
;
color:
#353535
;
}
}
.text-btn {
.text-btn {
color: #4A90E2;
color: #4A90E2;
...
...
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