Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0acd2187
authored
Jun 06, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置智杰打包路径
1 parent
f8e206b5
Hide whitespace changes
Inline
Side-by-side
Showing
44 changed files
with
71 additions
and
53 deletions
.env.development
.env.production
src/views/assessChecks/assistedConfirm.vue
src/views/assessChecks/assistedFeedback.vue
src/views/assessChecks/assistedRect.vue
src/views/assessChecks/assistedVerif.vue
src/views/assessChecks/assistedViewing.vue
src/views/assessChecks/assitedDistribution.vue
src/views/assessChecks/attachSynchronousArchiving.vue
src/views/assessChecks/auxiliaryInspection.vue
src/views/assessChecks/auxiliarySelection.vue
src/views/assessChecks/confirmRelease.vue
src/views/assessChecks/correctiveAssistanceVerification.vue
src/views/assessChecks/materialAcquisition.vue
src/views/assessZC/assistedConfirm.vue
src/views/assessZC/assistedFeedback.vue
src/views/assessZC/assistedRect.vue
src/views/assessZC/assistedVerif.vue
src/views/assessZC/assistedViewing.vue
src/views/assessZC/assitedDistribution.vue
src/views/assessZC/attachSynchronousArchiving.vue
src/views/assessZC/auxiliaryInspection.vue
src/views/assessZC/auxiliarySelection.vue
src/views/assessZC/confirmRelease.vue
src/views/assessZC/correctiveAssistanceVerification.vue
src/views/assessZC/materialAcquisition.vue
src/views/checkCompliance/automaticCheck.vue
src/views/compliance/checkRules.vue
src/views/compliance/taskConfigure.vue
src/views/layout/analysisCore.vue
src/views/managementResult/hgReportManagement/maintenanceHg.vue
src/views/managementResult/pgReportManagement/maintenancePg.vue
src/views/managementResult/pgReportManagement/managementHg.vue
src/views/managementResult/pgReportManagement/managementPg.vue
src/views/managementResult/releaseResult/publicity.vue
src/views/managementResult/situationResault/issuesInspection.vue
src/views/managementResult/situationResault/issuesLink.vue
src/views/managementResult/situationResault/schedule.vue
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
src/views/projectCheck/checkResault.vue
src/views/projectCheck/confirmResault.vue
src/views/projectCheck/problemRectify.vue
src/views/projectCheck/verificationRectify.vue
.env.development
View file @
0acd218
NODE_ENV = 'development'
NODE_ENV = 'development'
VUE_APP_BASE_URL ="/arch-evaluation"
VUE_APP_BASE_URL ="/arch-evaluation"
# VUE_APP_BASE_URL = "http://192.168.50.1:18000"
# VUE_APP_BASE_URL = "http://192.168.50.1:18000"
VUE_APP_ZJ_IFRAME = "http://192.168.91.1:18000"
.env.production
View file @
0acd218
...
@@ -2,3 +2,5 @@ NODE_ENV = 'production'
...
@@ -2,3 +2,5 @@ NODE_ENV = 'production'
# VUE_APP_BASE_URL = "http://192.168.0.102:80"
# VUE_APP_BASE_URL = "http://192.168.0.102:80"
VUE_APP_BASE_URL = "http://127.0.0.1:80"
VUE_APP_BASE_URL = "http://127.0.0.1:80"
VUE_APP_ZJ_IFRAME = "http://192.168.91.1:18000"
src/views/assessChecks/assistedConfirm.vue
View file @
0acd218
...
@@ -820,7 +820,7 @@ export default {
...
@@ -820,7 +820,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessChecks/assistedFeedback.vue
View file @
0acd218
...
@@ -963,7 +963,7 @@ export default {
...
@@ -963,7 +963,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessChecks/assistedRect.vue
View file @
0acd218
...
@@ -851,7 +851,7 @@ export default {
...
@@ -851,7 +851,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessChecks/assistedVerif.vue
View file @
0acd218
...
@@ -829,7 +829,7 @@ text-align: center;
...
@@ -829,7 +829,7 @@ text-align: center;
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessChecks/assistedViewing.vue
View file @
0acd218
...
@@ -678,7 +678,7 @@ export default {
...
@@ -678,7 +678,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessChecks/assitedDistribution.vue
View file @
0acd218
...
@@ -472,7 +472,7 @@ export default {
...
@@ -472,7 +472,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessChecks/attachSynchronousArchiving.vue
View file @
0acd218
...
@@ -616,7 +616,7 @@ export default {
...
@@ -616,7 +616,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
@@ -815,11 +815,11 @@ export default {
...
@@ -815,11 +815,11 @@ export default {
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
//
backcolor
:
#eeeeee
;
//
backcolor
:
#eeeeee
;
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
}
}
/
deep
/
.el-table
thead
.is-group
th
.el-table__cell
{
/
deep
/
.el-table
thead
.is-group
th
.el-table__cell
{
background-color
:
#
eeeeee
!important
;
background-color
:
#
f5f5f5
!important
;
}
}
//
#eeeeee
//
#eeeeee
</
style
>
</
style
>
\ No newline at end of file
src/views/assessChecks/auxiliaryInspection.vue
View file @
0acd218
...
@@ -451,7 +451,7 @@ export default {
...
@@ -451,7 +451,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessChecks/auxiliarySelection.vue
View file @
0acd218
...
@@ -1158,7 +1158,7 @@ export default {
...
@@ -1158,7 +1158,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessChecks/confirmRelease.vue
View file @
0acd218
...
@@ -1030,7 +1030,7 @@ export default {
...
@@ -1030,7 +1030,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessChecks/correctiveAssistanceVerification.vue
View file @
0acd218
...
@@ -934,7 +934,7 @@ export default {
...
@@ -934,7 +934,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessChecks/materialAcquisition.vue
View file @
0acd218
...
@@ -632,7 +632,7 @@ width: 100%;
...
@@ -632,7 +632,7 @@ width: 100%;
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/assistedConfirm.vue
View file @
0acd218
...
@@ -758,7 +758,7 @@ export default {
...
@@ -758,7 +758,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/assistedFeedback.vue
View file @
0acd218
...
@@ -719,7 +719,7 @@ export default {
...
@@ -719,7 +719,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/assistedRect.vue
View file @
0acd218
...
@@ -835,7 +835,7 @@ export default {
...
@@ -835,7 +835,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/assistedVerif.vue
View file @
0acd218
...
@@ -890,7 +890,7 @@ text-align: center;
...
@@ -890,7 +890,7 @@ text-align: center;
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/assistedViewing.vue
View file @
0acd218
...
@@ -616,7 +616,7 @@ export default {
...
@@ -616,7 +616,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/assitedDistribution.vue
View file @
0acd218
...
@@ -471,7 +471,7 @@ export default {
...
@@ -471,7 +471,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/attachSynchronousArchiving.vue
View file @
0acd218
...
@@ -613,7 +613,7 @@ export default {
...
@@ -613,7 +613,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
@@ -812,11 +812,11 @@ export default {
...
@@ -812,11 +812,11 @@ export default {
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
//
backcolor
:
#eeeeee
;
//
backcolor
:
#eeeeee
;
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
}
}
/
deep
/
.el-table
thead
.is-group
th
.el-table__cell
{
/
deep
/
.el-table
thead
.is-group
th
.el-table__cell
{
background-color
:
#
eeeeee
!important
;
background-color
:
#
f5f5f5
!important
;
}
}
//
#eeeeee
//
#eeeeee
</
style
>
</
style
>
\ No newline at end of file
src/views/assessZC/auxiliaryInspection.vue
View file @
0acd218
...
@@ -420,7 +420,7 @@ export default {
...
@@ -420,7 +420,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/auxiliarySelection.vue
View file @
0acd218
...
@@ -1152,7 +1152,7 @@ export default {
...
@@ -1152,7 +1152,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/confirmRelease.vue
View file @
0acd218
...
@@ -1027,7 +1027,7 @@ export default {
...
@@ -1027,7 +1027,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/correctiveAssistanceVerification.vue
View file @
0acd218
...
@@ -864,7 +864,7 @@ export default {
...
@@ -864,7 +864,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/assessZC/materialAcquisition.vue
View file @
0acd218
...
@@ -608,7 +608,7 @@ width: 100%;
...
@@ -608,7 +608,7 @@ width: 100%;
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/checkCompliance/automaticCheck.vue
View file @
0acd218
...
@@ -442,7 +442,7 @@ export default {
...
@@ -442,7 +442,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/compliance/checkRules.vue
View file @
0acd218
...
@@ -375,7 +375,7 @@
...
@@ -375,7 +375,7 @@
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/compliance/taskConfigure.vue
View file @
0acd218
...
@@ -1757,7 +1757,7 @@ this.dialogAddzj=false
...
@@ -1757,7 +1757,7 @@ this.dialogAddzj=false
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/layout/analysisCore.vue
View file @
0acd218
<
template
>
<
template
>
<div>
<div>
<div
id=
"parentElement"
v-show=
"false"
>
{{
id
}}
</div>
<div
id=
"parentElement"
v-show=
"false"
>
{{
id
}}
</div>
<iframe
src=
"http:/127.0.0.1:80/static/
"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
<iframe
:src=
"zjIframe
"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
</div>
</div>
</
template
>
</
template
>
...
@@ -9,11 +9,13 @@
...
@@ -9,11 +9,13 @@
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
id
:
sessionStorage
.
getItem
(
'author'
)
id
:
sessionStorage
.
getItem
(
'author'
),
zjIframe
:
''
}
}
},
},
mounted
(){
mounted
(){
this
.
zjIframe
=
process
.
env
.
VUE_APP_ZJ_IFRAME
+
'/static/'
console
.
log
(
sessionStorage
.
getItem
(
'authorized-token'
),
'zi级session'
)
console
.
log
(
sessionStorage
.
getItem
(
'authorized-token'
),
'zi级session'
)
let
auto
=
sessionStorage
.
getItem
(
'author'
)
let
auto
=
sessionStorage
.
getItem
(
'author'
)
const
iFrame
=
document
.
getElementById
(
'iframe'
)
const
iFrame
=
document
.
getElementById
(
'iframe'
)
...
...
src/views/managementResult/hgReportManagement/maintenanceHg.vue
View file @
0acd218
<
template
>
<
template
>
<div>
<div>
<!--
<iframe
:src=
"iframeURL"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
-->
<!--
<iframe
:src=
"iframeURL"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
-->
<iframe
src=
"http://192.168.91.1:18000/static/#/assessResult/complianceMan/defend
"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
<iframe
:src=
"zjIframe
"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
</div>
</div>
</
template
>
</
template
>
...
@@ -10,12 +10,12 @@
...
@@ -10,12 +10,12 @@
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
iframeURL
:
''
zjIframe
:
''
}
}
},
},
mounted
(){
mounted
(){
this
.
iframeURL
=
"/static/#/panorama/prolectNode"
;
this
.
zjIframe
=
process
.
env
.
VUE_APP_ZJ_IFRAME
+
'/static/#/assessResult/complianceMan/defend'
}
}
...
...
src/views/managementResult/pgReportManagement/maintenancePg.vue
View file @
0acd218
<
template
>
<
template
>
<div>
<div>
<iframe
src=
"http://192.168.91.1:18000/static/#/assessResult/reportMan/defend
"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
<iframe
:src=
"zjIframe
"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
</div>
</div>
</
template
>
</
template
>
...
@@ -8,10 +8,12 @@
...
@@ -8,10 +8,12 @@
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
zjIframe
:
""
}
}
},
},
mounted
(){
mounted
(){
this
.
zjIframe
=
process
.
env
.
VUE_APP_ZJ_IFRAME
+
'/static/#/assessResult/reportMan/defend'
}
}
...
...
src/views/managementResult/pgReportManagement/managementHg.vue
View file @
0acd218
<
template
>
<
template
>
<div>
<div>
<iframe
src=
"http://192.168.91.1:18000/static/#/assessResult/complianceMan/templat
e"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
<iframe
:src=
"zjIfram
e"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
</div>
</div>
</
template
>
</
template
>
...
@@ -8,11 +8,12 @@
...
@@ -8,11 +8,12 @@
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
zjIframe
:
''
}
}
},
},
mounted
(){
mounted
(){
this
.
zjIframe
=
process
.
env
.
VUE_APP_ZJ_IFRAME
+
'/static/#/assessResult/complianceMan/template'
}
}
}
}
...
...
src/views/managementResult/pgReportManagement/managementPg.vue
View file @
0acd218
<
template
>
<
template
>
<div>
<div>
<iframe
src=
"http://192.168.91.1:18000/static/#/assessResult/reportMan/templat
e"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
<iframe
:src=
"zjIfram
e"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
</div>
</div>
</
template
>
</
template
>
...
@@ -8,10 +8,12 @@
...
@@ -8,10 +8,12 @@
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
zjIframe
:
""
}
}
},
},
mounted
(){
mounted
(){
this
.
zjIframe
=
process
.
env
.
VUE_APP_ZJ_IFRAME
+
'/static/#/assessResult/reportMan/template'
}
}
...
...
src/views/managementResult/releaseResult/publicity.vue
View file @
0acd218
<
template
>
<
template
>
<div>
<div>
<iframe
src=
"http://192.168.91.1:18000/static/#/assessResult/release/notic
e"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
<iframe
:src=
"zjIfram
e"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
</div>
</div>
</
template
>
</
template
>
...
@@ -8,11 +8,12 @@
...
@@ -8,11 +8,12 @@
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
zjIframe
:
""
}
}
},
},
mounted
(){
mounted
(){
this
.
zjIframe
=
process
.
env
.
VUE_APP_ZJ_IFRAME
+
'/static/#/assessResult/release/notice'
}
}
}
}
...
...
src/views/managementResult/situationResault/issuesInspection.vue
View file @
0acd218
<
template
>
<
template
>
<div>
<div>
<iframe
src=
"http://192.168.91.1:18000/static/#/assessResult/state/complianceQu
e"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
<iframe
:src=
"zjIfram
e"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
</div>
</div>
</
template
>
</
template
>
...
@@ -8,11 +8,12 @@
...
@@ -8,11 +8,12 @@
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
zjIframe
:
''
}
}
},
},
mounted
(){
mounted
(){
this
.
zjIframe
=
process
.
env
.
VUE_APP_ZJ_IFRAME
+
'/static/#/assessResult/state/complianceQue'
}
}
}
}
...
...
src/views/managementResult/situationResault/issuesLink.vue
View file @
0acd218
<
template
>
<
template
>
<div>
<div>
<iframe
src=
"http://192.168.91.1:18000/static/#/assessResult/state/linkQu
e"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
<iframe
:src=
"zjIfram
e"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
</div>
</div>
</
template
>
</
template
>
...
@@ -8,10 +8,12 @@
...
@@ -8,10 +8,12 @@
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
zjIframe
:
""
}
}
},
},
mounted
(){
mounted
(){
this
.
zjIframe
=
process
.
env
.
VUE_APP_ZJ_IFRAME
+
'/static/#/assessResult/state/linkQue'
}
}
...
...
src/views/managementResult/situationResault/schedule.vue
View file @
0acd218
<
template
>
<
template
>
<div>
<div>
<iframe
src=
"http://192.168.91.1:18000/static/#/assessResult/state/progress
"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
<iframe
:src=
"zjIframe
"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
data
(){
data
(){
return
{
return
{
zjIframe
:
''
}
}
},
},
mounted
(){
mounted
(){
this
.
zjIframe
=
process
.
env
.
VUE_APP_ZJ_IFRAME
+
'/static/#/assessResult/state/progress'
}
}
...
...
src/views/postConcentrationCheck/projectCheckQuestionQuery.vue
View file @
0acd218
...
@@ -418,7 +418,7 @@ export default {
...
@@ -418,7 +418,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/postConcentrationCheck/rectificationFeedbackQuery.vue
View file @
0acd218
...
@@ -438,7 +438,7 @@ export default {
...
@@ -438,7 +438,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/projectCheck/checkResault.vue
View file @
0acd218
...
@@ -442,7 +442,7 @@ export default {
...
@@ -442,7 +442,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/projectCheck/confirmResault.vue
View file @
0acd218
...
@@ -611,7 +611,7 @@ export default {
...
@@ -611,7 +611,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/projectCheck/problemRectify.vue
View file @
0acd218
...
@@ -653,7 +653,7 @@ export default {
...
@@ -653,7 +653,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
src/views/projectCheck/verificationRectify.vue
View file @
0acd218
...
@@ -697,7 +697,7 @@ export default {
...
@@ -697,7 +697,7 @@ export default {
}
}
}
}
/
deep
/
.el-table__header
th
{
/
deep
/
.el-table__header
th
{
background-color
:
#
eeeeee
;
background-color
:
#
f5f5f5
;
font-weight
:
bold
;
font-weight
:
bold
;
.cell
{
.cell
{
color
:
#333
;
color
:
#333
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment