mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 15:06:45 +08:00
数字折行
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<span class="w30 h30 inline-b" v-if="active == 'notApproved'" @click.stop="checkBoxSwitch(item01.id,item01.isChecked)">
|
<span class="w30 h30 inline-b" v-if="active == 'notApproved'" @click.stop="checkBoxSwitch(item01.id,item01.isChecked)">
|
||||||
<i :class="item01.isChecked=='0'?'checked':'nochecked'"></i>
|
<i :class="item01.isChecked=='0'?'checked':'nochecked'"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="ml5 mr10 fwb w80 inline-b v-middle">{{index01+1}}.{{item01.insuredName}}</span>
|
<span class="ml5 mr10 fwb w80 inline-b v-middle" style="word-break: break-all;">{{index01+1}}.{{item01.insuredName}}</span>
|
||||||
<span class="mr10 fwb">{{item01.caseEndDate}}</span>
|
<span class="mr10 fwb">{{item01.caseEndDate}}</span>
|
||||||
<span class="mr10 fwb">{{item01.getMoney}}元</span>
|
<span class="mr10 fwb">{{item01.getMoney}}元</span>
|
||||||
</template>
|
</template>
|
||||||
@@ -273,7 +273,7 @@ export default {
|
|||||||
//理赔审批
|
//理赔审批
|
||||||
claimApprovalFunc(approvalResult){
|
claimApprovalFunc(approvalResult){
|
||||||
let that = this
|
let that = this
|
||||||
let message = approvalResult == 0?'是否确认审批通过?':'是否确认拒绝?'
|
let message = approvalResult == 1?'是否确认审批通过?':'是否确认拒绝?'
|
||||||
Dialog.confirm({
|
Dialog.confirm({
|
||||||
className: 'dialog-delete',
|
className: 'dialog-delete',
|
||||||
title: '提示',
|
title: '提示',
|
||||||
|
|||||||
Reference in New Issue
Block a user