[update] 打包项目维护字段修改;统计报表模块页面
This commit is contained in:
+7
-1
@@ -59,6 +59,11 @@
|
||||
<j-ellipsis :value="text" :length="18"></j-ellipsis>
|
||||
</template>
|
||||
|
||||
<!-- 进度-->
|
||||
<template slot="rateOfProgress" slot-scope="text">
|
||||
<progress-bar :data="text"></progress-bar>
|
||||
</template>
|
||||
|
||||
<template slot="status-pack" slot-scope="text,record">
|
||||
<status-slot :statu-obj="record" :status-no="text"></status-slot>
|
||||
</template>
|
||||
@@ -82,10 +87,11 @@ import { JeroListMixin } from '../../../../mixins/JeroListMixin'
|
||||
import JYearDate from '../../../../components/jero/JYearDate'
|
||||
import WorkingGroupMemberUnitModule from '../../../projectManagement/modules/WorkingGroupMemberUnitModule'
|
||||
import { associatedProject } from '../../../../api/incomePaymentsApi'
|
||||
import ProgressBar from '../../../../components/ProgressBar'
|
||||
|
||||
export default {
|
||||
name: 'SelectWorkingGroupProjectModule',
|
||||
components: { WorkingGroupMemberUnitModule, JYearDate },
|
||||
components: { WorkingGroupMemberUnitModule, JYearDate, ProgressBar },
|
||||
mixins: [JeroListMixin],
|
||||
props: {
|
||||
// 打包状态
|
||||
|
||||
Reference in New Issue
Block a user