Commit 736f4fd7 by liangzhen

暂存

1 parent 6ff7f71d
NODE_ENV = 'production' 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/arch-tools" VUE_APP_BASE_URL = "http://127.0.0.1:80"
...@@ -44,10 +44,10 @@ ...@@ -44,10 +44,10 @@
<i class="el-icon-chat-dot-square"></i <i class="el-icon-chat-dot-square"></i
>&nbsp;&nbsp;&nbsp;问题整改</el-button >&nbsp;&nbsp;&nbsp;问题整改</el-button
> >
<el-button @click="appeal()"> <!-- <el-button @click="appeal()">
<i class="el-icon-document-remove"></i <i class="el-icon-document-remove"></i
>&nbsp;&nbsp;&nbsp;整改提交</el-button >&nbsp;&nbsp;&nbsp;整改提交</el-button
> > -->
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="setscroll"> <div class="setscroll">
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
</div> </div>
</div> </div>
<p class="midBtn"> <p class="midBtn">
<span @click="cancelSS()">取消</span><span @click="saveSS()">保存</span> <span @click="cancelSS()">取消</span><span @click="saveSS()">保存</span><span @click="save()">提交</span>
</p> </p>
</el-dialog> </el-dialog>
<!-- 复核下发 --> <!-- 复核下发 -->
...@@ -586,7 +586,7 @@ export default { ...@@ -586,7 +586,7 @@ export default {
async save() { async save() {
let res = await wtzgxfProblemRectification(this.tableDataSS); let res = await wtzgxfProblemRectification(this.tableDataSS);
if (res.code == "200") { if (res.code == "200") {
this.dialogSS = false; this.dialogQR = false;
this.resetForm(); this.resetForm();
} else { } else {
this.$message("整改提交失败"); this.$message("整改提交失败");
...@@ -606,7 +606,7 @@ export default { ...@@ -606,7 +606,7 @@ export default {
}); });
let res = await wtzgProblemRectification(this.tableDataQR); let res = await wtzgProblemRectification(this.tableDataQR);
if (res.code == "200") { if (res.code == "200") {
this.dialogQR = false;
this.resetForm(); this.resetForm();
} }
}, },
...@@ -909,15 +909,20 @@ export default { ...@@ -909,15 +909,20 @@ export default {
margin-right: 10px; margin-right: 10px;
border-radius: 5px; border-radius: 5px;
box-sizing: border-box; box-sizing: border-box;
}
span:first-of-type {
border: 1px solid grey;
}
span:last-of-type {
background-color: #4ca6a7; background-color: #4ca6a7;
color: #fff; color: #fff;
border: 1px solid #4ca6a7; 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 { .setTable {
height: 500px; height: 500px;
......
...@@ -189,7 +189,8 @@ export default { ...@@ -189,7 +189,8 @@ export default {
console.log(this.questionList, "this.questionList "); 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') // this.iframeUrl=this.iframeUrl.replace('http://127.0.0.1:19090','http://192.168.50.1:19090')
// let prefixUrl = 'pdf/web/viewer.html?file='; // let prefixUrl = 'pdf/web/viewer.html?file=';
// this.iframeUrl= prefixUrl+this.iframeUrl // this.iframeUrl= prefixUrl+this.iframeUrl
......
<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/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> </div>
</template> </template>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!