测试修改缴费确认
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
<el-button
|
||||
@click="openArbitrationresults"
|
||||
type="primary"
|
||||
v-if="this.recordArr.length <= 0"
|
||||
v-if="this.recordArr.length <= 0 && mediationData.mediationMethod == '1'"
|
||||
>确认会议结果</el-button>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button @click="cancel" class="endbutton1">
|
||||
@@ -94,7 +94,7 @@
|
||||
</el-button>
|
||||
<el-button
|
||||
@click="submitMediation"
|
||||
:disabled="this.recordArr.length <= 0"
|
||||
:disabled="this.recordArr.length <= 0 && mediationData.mediationMethod == '1'"
|
||||
class="endbutton1"
|
||||
>
|
||||
<span>提 交</span>
|
||||
|
||||
Reference in New Issue
Block a user