eslint; 收入合同
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<a-spin :spinning="loading">
|
||||
<div class="work-group-detail">
|
||||
<div class="work-group-detail-item work-group-detail-item-small"
|
||||
v-for="item in detailTitleList"
|
||||
:key="item.title">
|
||||
v-for="(item, index) in detailTitleList"
|
||||
:key="index">
|
||||
<div class="work-group-detail-item-title">{{ item.title }}:</div>
|
||||
<div class="work-group-detail-item-content"
|
||||
v-if="item.fieldName === 'chargeNoticeAId' || item.fieldName === 'chargeNoticeBId'">
|
||||
@@ -101,7 +101,7 @@
|
||||
<status-slot :statu-obj="record" :status-no="text"></status-slot>
|
||||
</template>
|
||||
|
||||
<template slot="text" slot-scope="text,record">
|
||||
<template slot="text" slot-scope="text">
|
||||
<j-ellipsis :value="text" :length="20"></j-ellipsis>
|
||||
</template>
|
||||
|
||||
@@ -232,7 +232,7 @@ export default {
|
||||
align: 'center',
|
||||
dataIndex: 'paidAmount',
|
||||
width: 180
|
||||
}, , {
|
||||
}, {
|
||||
title: '打包',
|
||||
align: 'center',
|
||||
width: 80,
|
||||
|
||||
Reference in New Issue
Block a user