数字折行

This commit is contained in:
liyuetong
2021-08-05 10:31:36 +08:00
parent ff691c57d2
commit 1bcf03b981

View File

@@ -42,7 +42,7 @@
<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>
</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.getMoney}}</span>
</template>
@@ -273,7 +273,7 @@ export default {
//理赔审批
claimApprovalFunc(approvalResult){
let that = this
let message = approvalResult == 0?'是否确认审批通过?':'是否确认拒绝?'
let message = approvalResult == 1?'是否确认审批通过?':'是否确认拒绝?'
Dialog.confirm({
className: 'dialog-delete',
title: '提示',