调解失败
This commit is contained in:
parent
3052ca1db3
commit
b0e0ed629f
@ -213,7 +213,7 @@
|
|||||||
<i class="f24 el-icon-document-checked color-4E5969"></i>
|
<i class="f24 el-icon-document-checked color-4E5969"></i>
|
||||||
<div class="pl-4 f14">办结</div>
|
<div class="pl-4 f14">办结</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-row justify-content-between align-items-center cursor-pointer bottom-case-btn" @click="handleChangeMediation(6)">
|
<div class="flex-row justify-content-between align-items-center cursor-pointer bottom-case-btn" @click="handleChangeMediation(4)">
|
||||||
<i class="f24 el-icon-document-delete color-4E5969"></i>
|
<i class="f24 el-icon-document-delete color-4E5969"></i>
|
||||||
<div class="pl-4 f14">失败</div>
|
<div class="pl-4 f14">失败</div>
|
||||||
</div>
|
</div>
|
||||||
@ -642,7 +642,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let resultmsg = '成功'
|
let resultmsg = '成功'
|
||||||
if(resultStatus == 6){resultmsg = '失败'}
|
if(resultStatus == 4){resultmsg = '失败'}
|
||||||
this.$confirm("请确定是否将案件标记为"+resultmsg+"?", "提示", {
|
this.$confirm("请确定是否将案件标记为"+resultmsg+"?", "提示", {
|
||||||
confirmButtonText: "确定",
|
confirmButtonText: "确定",
|
||||||
cancelButtonText: "取消",
|
cancelButtonText: "取消",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user