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 736f4fd7
authored
May 27, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂存
1 parent
6ff7f71d
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
13 deletions
.env.production
src/views/assessChecks/assistedRect.vue
src/views/assessChecks/checkCompliance.vue
src/views/layout/analysisCore.vue
.env.production
View file @
736f4fd
NODE_ENV = 'production'
# VUE_APP_BASE_URL = "http://192.168.0.102:80"
VUE_APP_BASE_URL = "http://127.0.0.1:80
/arch-tools
"
VUE_APP_BASE_URL = "http://127.0.0.1:80"
src/views/assessChecks/assistedRect.vue
View file @
736f4fd
...
...
@@ -44,10 +44,10 @@
<i
class=
"el-icon-chat-dot-square"
></i
>
问题整改
</el-button
>
<el-button
@
click=
"appeal()"
>
<
!--
<
el-button
@
click=
"appeal()"
>
<i
class=
"el-icon-document-remove"
></i
>
整改提交
</el-button
>
>
-->
</el-form-item>
</el-form>
<div
class=
"setscroll"
>
...
...
@@ -229,7 +229,7 @@
</div>
</div>
<p
class=
"midBtn"
>
<span
@
click=
"cancelSS()"
>
取消
</span><span
@
click=
"saveSS()"
>
保存
</span>
<span
@
click=
"cancelSS()"
>
取消
</span><span
@
click=
"saveSS()"
>
保存
</span>
<span
@
click=
"save()"
>
提交
</span>
</p>
</el-dialog>
<!-- 复核下发 -->
...
...
@@ -586,7 +586,7 @@ export default {
async
save
()
{
let
res
=
await
wtzgxfProblemRectification
(
this
.
tableDataSS
);
if
(
res
.
code
==
"200"
)
{
this
.
dialog
SS
=
false
;
this
.
dialog
QR
=
false
;
this
.
resetForm
();
}
else
{
this
.
$message
(
"整改提交失败"
);
...
...
@@ -606,7 +606,7 @@ export default {
});
let
res
=
await
wtzgProblemRectification
(
this
.
tableDataQR
);
if
(
res
.
code
==
"200"
)
{
this
.
dialogQR
=
false
;
this
.
resetForm
();
}
},
...
...
@@ -909,15 +909,20 @@ export default {
margin-right
:
10px
;
border-radius
:
5px
;
box-sizing
:
border-box
;
}
span
:first-of-type
{
border
:
1px
solid
grey
;
}
span
:last-of-type
{
background-color
:
#4ca6a7
;
color
:
#fff
;
border
:
1px
solid
#4ca6a7
;
}
span
:first-of-type
{
border
:
1px
solid
grey
;
color
:
grey
;
background-color
:
#fff
;
}
//
span
:last-of-type
{
//
background-color
:
#4ca6a7
;
//
color
:
#fff
;
//
border
:
1px
solid
#4ca6a7
;
//
}
}
.setTable
{
height
:
500px
;
...
...
src/views/assessChecks/checkCompliance.vue
View file @
736f4fd
...
...
@@ -189,7 +189,8 @@ export default {
console
.
log
(
this
.
questionList
,
"this.questionList "
);
this
.
iframeUrl
=
this
.
urlList
[
0
].
url
;
// this.iframeUrl = this.urlList[0].url;
// this.iframeUrl=this.iframeUrl.replace('http://127.0.0.1:19090','http://192.168.50.1:19090')
// let prefixUrl = 'pdf/web/viewer.html?file=';
// this.iframeUrl= prefixUrl+this.iframeUrl
...
...
src/views/layout/analysisCore.vue
View file @
736f4fd
<
template
>
<div>
<div
id=
"parentElement"
v-show=
"false"
>
{{
id
}}
</div>
<iframe
src=
"http:/127.0.0.1:80/
arch-evaluation/
static/"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
<iframe
src=
"http:/127.0.0.1:80/static/"
frameborder=
"0"
style=
"width:100vw;height:100vh;"
id=
"iframe"
></iframe>
</div>
</
template
>
...
...
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