Commit 0b6c038c by lp784568205

修改了案件标注详情页

parent f46b3df6
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
<el-main> <el-main>
<el-row :gutter="10" class="mainRow"> <el-row :gutter="10" class="mainRow">
<el-col :span="14"> <el-col :span="14">
<div style="height: 76px;width:146px;position:absolute;left:45vw;top: 5vh;z-index: 999;">
<img v-if="bzzt == 1" style="width:100%;height:100%;" src="./../assets/img/yibiaozhu.png" alt="">
<img v-if="bzzt == 2" style="width:100%;height:100%;" src="./../assets/img/weibiaozhu.png" alt="">
</div>
<div class="grid-content bg-purple"> <div class="grid-content bg-purple">
<el-card class="box-card samlllCard" :class="topSamllCard"> <el-card class="box-card samlllCard" :class="topSamllCard">
<div class="leftBar" :class="topSamllCard"> <div class="leftBar" :class="topSamllCard">
...@@ -1156,6 +1160,7 @@ export default { ...@@ -1156,6 +1160,7 @@ export default {
}).then((res) => { }).then((res) => {
if (res.code == 200) { if (res.code == 200) {
self.$message.success("标注成功"); self.$message.success("标注成功");
window.location.reload();
this.getBz(); this.getBz();
this.ajlbdmlb = true; this.ajlbdmlb = true;
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment