|
|
@ -74,8 +74,8 @@ |
|
|
|
<div class="title titleOne"> |
|
|
|
<div>诉讼方案</div> |
|
|
|
<div style="display: flex;flex-direction: row;justify-content: space-between;align-items: center"> |
|
|
|
<el-button type="priamry" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button> |
|
|
|
<el-button type="priamry" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button> |
|
|
|
<el-button type="primary" style="margin-right: 10px" size="mini" class="btntopblueline" @click="lookSuS">查看诉讼</el-button> |
|
|
|
<el-button type="primary" size="mini" class="btntopblueline" @click="lookShangS">查看上诉</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<el-row> |
|
|
@ -282,7 +282,7 @@ export default { |
|
|
|
}, |
|
|
|
lookSuS() { |
|
|
|
if (this.formobj.susSid !== '') { |
|
|
|
this.viewState = 2 |
|
|
|
this.viewState = 3 |
|
|
|
this.$refs['divCaseaction'].showInfo({ sid: this.formobj.susSid }) |
|
|
|
} else { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '暂无诉讼记录' }) |
|
|
|