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
c42cb7a9
Commit
c42cb7a9
authored
Jan 17, 2020
by
任建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rj
parent
96d14766
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
channel-access/src/views/pages/companyinformation/index.vue
+10
-10
No files found.
channel-access/src/views/pages/companyinformation/index.vue
View file @
c42cb7a9
...
@@ -116,9 +116,9 @@
...
@@ -116,9 +116,9 @@
<tr>
<tr>
<td>
特种资质
</td>
<td>
特种资质
</td>
<td>
知产证照
</td>
<td>
知产证照
</td>
<td>
网络文化
</td>
<td>
网络文化
许可证
</td>
<td>
食品
</td>
<td>
食品
许可证
</td>
<td>
互联网经营
</td>
<td>
互联网经营
许可证
</td>
</tr>
</tr>
</thead>
</thead>
<tbody
class=
"companycertificateinfo-tbody"
>
<tbody
class=
"companycertificateinfo-tbody"
>
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
<td>
<td>
<el-button
:disabled=
"!gxCount"
@
click=
"showTable(6)"
<el-button
:disabled=
"!gxCount"
@
click=
"showTable(6)"
>
高新企业认证
{{
>
高新企业认证
{{
gxCount
?
gxCount
:
"(0)"
gxCount
?
`(${gxCount
}
)`
:
"(0)"
}}
<
/el-butto
n
}}
<
/el-butto
n
>
>
<
el
-
button
disabled
>
人力资源许可证(
0
)
<
/el-button
>
<
el
-
button
disabled
>
人力资源许可证(
0
)
<
/el-button
>
...
@@ -137,31 +137,31 @@
...
@@ -137,31 +137,31 @@
<!--
知产证照
-->
<!--
知产证照
-->
<
td
>
<
td
>
<
el
-
button
:
disabled
=
"!paCount"
@
click
=
"showTable(2)"
>
<
el
-
button
:
disabled
=
"!paCount"
@
click
=
"showTable(2)"
>
专利证书
{{
paCount
?
paCount
:
"(0)"
}}
专利证书
{{
paCount
?
`(${paCount
}
)`
:
"(0)"
}}
<
/el-button
>
<
/el-button
>
<
el
-
button
<
el
-
button
:
disabled
=
"!worksCount"
:
disabled
=
"!worksCount"
@
click
=
"showTable(3)"
@
click
=
"showTable(3)"
>
>
著作权
{{
worksCount
?
worksCount
:
"(0)"
}}
著作权
{{
worksCount
?
`(${worksCount
}
)`
:
"(0)"
}}
<
/el-button
>
<
/el-button
>
<
el
-
button
<
el
-
button
:
disabled
=
"!softwareCount"
:
disabled
=
"!softwareCount"
@
click
=
"showTable(4)"
@
click
=
"showTable(4)"
>
>
软件著作权
软件著作权
{{
softwareCount
?
softwareCount
:
"(0)"
}}
{{
softwareCount
?
`(${softwareCount
}
)`
:
"(0)"
}}
<
/el-button
>
<
/el-button
>
<
el
-
button
:
disabled
=
"!ipCount"
@
click
=
"showTable(5)"
>
<
el
-
button
:
disabled
=
"!ipCount"
@
click
=
"showTable(5)"
>
域名信息
域名信息
{{
ipCount
?
ipCount
:
"(0)"
}}
</el-button
{{
ipCount
?
`(${ipCount
}
)`
:
"(0)"
}}
<
/el-butto
n
>
>
<
el
-
button
<
el
-
button
:
disabled
=
"!shangbiaoCount"
:
disabled
=
"!shangbiaoCount"
@
click
=
"showTable(1)"
@
click
=
"showTable(1)"
>
商标注册证
>
商标注册证
{{
{{
shangbiaoCount
?
shangbiaoCount
:
"(0)"
shangbiaoCount
?
`(${shangbiaoCount
}
)`
:
"(0)"
}}
<
/el-butto
n
}}
<
/el-butto
n
>
>
<
/td
>
<
/td
>
...
@@ -273,7 +273,7 @@
...
@@ -273,7 +273,7 @@
.data"
.data"
:
key
=
"index"
:
key
=
"index"
>
>
{{
key
}}{{
val
}}
{{
key
}}
{{
`(${val
}
)`
}}
<
/td
>
<
/td
>
<
/tr
>
<
/tr
>
<
/tbody
>
<
/tbody
>
...
...
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