Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
9e8a39cd
Commit
9e8a39cd
authored
Dec 10, 2019
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
213e607f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
6 deletions
+11
-6
igirl-channel-jdweb/app/front/entry/public/css/pagecom.css
+0
-0
igirl-channel-jdweb/app/front/vues/pages/bycnoticeindex/bycnoticeindex.css
+5
-0
igirl-channel-jdweb/app/front/vues/pages/jdbycnoticetm/jdbycnoticetm.html
+2
-2
igirl-channel-jdweb/app/front/vues/pages/selftmreg/selftmreg.js
+4
-4
No files found.
igirl-channel-jdweb/app/front/entry/public/css/pagecom.css
View file @
9e8a39cd
This source diff could not be displayed because it is too large. You can
view the blob
instead.
igirl-channel-jdweb/app/front/vues/pages/bycnoticeindex/bycnoticeindex.css
View file @
9e8a39cd
...
@@ -117,4 +117,8 @@
...
@@ -117,4 +117,8 @@
.bycnoticeindex
.el-table
th
>
.cell
{
.bycnoticeindex
.el-table
th
>
.cell
{
font-weight
:
500
;
font-weight
:
500
;
}
.bycnoticetm-table-header
{
background
:
#f7f8fc
;
}
}
\ No newline at end of file
igirl-channel-jdweb/app/front/vues/pages/jdbycnoticetm/jdbycnoticetm.html
View file @
9e8a39cd
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"content1"
></div>
<div
class=
"content1"
></div>
<div
class=
"content2"
>
商标公告查询
</div>
<div
class=
"content2"
>
商标公告查询
</div>
</div>
</div>
<div
style=
"width:1200px;text-align:left;background:#f7f8fc;border:1px solid #eff1f9;"
>
<div
style=
"width:1200px;text-align:left;background:#f7f8fc;border:1px solid #eff1f9;"
>
<el-form
style=
"width:100%;"
:inline=
"true"
>
<el-form
style=
"width:100%;"
:inline=
"true"
>
<el-form-item
style=
"width:400px;"
label=
"公告类型:"
label-width=
"100px"
>
<el-form-item
style=
"width:400px;"
label=
"公告类型:"
label-width=
"100px"
>
<el-select
v-model=
"noticetype"
size=
"small"
style=
"width:300px"
@
change=
"getRole($event)"
>
<el-select
v-model=
"noticetype"
size=
"small"
style=
"width:300px"
@
change=
"getRole($event)"
>
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
</el-button>
</el-button>
</div>
</div>
<div
class=
"bycnoticetm-result-warp"
style=
"text-align: center;margin-bottom:100px;"
>
<div
class=
"bycnoticetm-result-warp"
style=
"text-align: center;margin-bottom:100px;"
>
<el-table
:data=
"chushendata"
style=
"width:100%;"
>
<el-table
:data=
"chushendata"
style=
"width:100%;"
header-row-class-name=
"bycnoticetm-table-header"
>
<el-table-column
prop=
"notice_issue"
label=
"公告期"
width=
"240"
align=
"center"
></el-table-column>
<el-table-column
prop=
"notice_issue"
label=
"公告期"
width=
"240"
align=
"center"
></el-table-column>
<el-table-column
prop=
"date"
label=
"初审公告日期"
width=
"240"
align=
"center"
></el-table-column>
<el-table-column
prop=
"date"
label=
"初审公告日期"
width=
"240"
align=
"center"
></el-table-column>
<el-table-column
prop=
"enddate"
label=
"异议申请截止日期"
width=
"240"
align=
"center"
></el-table-column>
<el-table-column
prop=
"enddate"
label=
"异议申请截止日期"
width=
"240"
align=
"center"
></el-table-column>
...
...
igirl-channel-jdweb/app/front/vues/pages/selftmreg/selftmreg.js
View file @
9e8a39cd
...
@@ -454,16 +454,16 @@
...
@@ -454,16 +454,16 @@
}
else
if
(
i
==
parseInt
(
this
.
step
))
{
}
else
if
(
i
==
parseInt
(
this
.
step
))
{
return
'color: #FFFFFF;'
return
'color: #FFFFFF;'
}
else
if
(
i
>
parseInt
(
this
.
step
))
{
}
else
if
(
i
>
parseInt
(
this
.
step
))
{
return
'color: #
666666
;'
return
'color: #
FFFFFF
;'
}
}
},
},
pointsRuleBackColor
(
i
)
{
pointsRuleBackColor
(
i
)
{
if
(
i
<
parseInt
(
this
.
step
))
{
if
(
i
<
parseInt
(
this
.
step
))
{
return
'background: #
0989C5
; z-index: '
+
Math
.
abs
(
i
-
5
)
return
'background: #
51d2b7
; z-index: '
+
Math
.
abs
(
i
-
5
)
}
else
if
(
i
==
parseInt
(
this
.
step
))
{
}
else
if
(
i
==
parseInt
(
this
.
step
))
{
return
'background: #
0989C5
;z-index: '
+
Math
.
abs
(
i
-
5
)
return
'background: #
51d2b7
;z-index: '
+
Math
.
abs
(
i
-
5
)
}
else
if
(
i
>
parseInt
(
this
.
step
))
{
}
else
if
(
i
>
parseInt
(
this
.
step
))
{
return
'background: #
EFF1F9
;z-index: '
+
Math
.
abs
(
i
-
5
)
return
'background: #
eee
;z-index: '
+
Math
.
abs
(
i
-
5
)
}
}
},
},
toViewImg
(
src
)
{
toViewImg
(
src
)
{
...
...
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