Commit 736f4fd7 by liangzhen

暂存

1 parent 6ff7f71d
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"
......@@ -44,10 +44,10 @@
<i class="el-icon-chat-dot-square"></i
>&nbsp;&nbsp;&nbsp;问题整改</el-button
>
<el-button @click="appeal()">
<!-- <el-button @click="appeal()">
<i class="el-icon-document-remove"></i
>&nbsp;&nbsp;&nbsp;整改提交</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.dialogSS = false;
this.dialogQR = 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;
......
......@@ -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
......
<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>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!