|
@@ -229,7 +229,7 @@
|
|
<div><span :style="scope.row.dayCount >= 10 ? 'color:#e62412' : ''">{{scope.row.dayCount}}{{ $t('time.day') }}</span></div>
|
|
<div><span :style="scope.row.dayCount >= 10 ? 'color:#e62412' : ''">{{scope.row.dayCount}}{{ $t('time.day') }}</span></div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column :label="$t('detailsbusinessrip')" width="600" align="center" v-if="isSyncData">
|
|
|
|
|
|
+ <el-table-column :label="$t('detailsbusinessrip')" width="280" align="center" v-if="isSyncData">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div v-for="item in scope.row.projectList" :key="item.projectId" class="detailsScope">
|
|
<div v-for="item in scope.row.projectList" :key="item.projectId" class="detailsScope">
|
|
<span>{{item.startDate + $t('other.to') + item.endDate}}</span><span>{{item.projectName}}</span><span>{{item.degreeName}}</span>
|
|
<span>{{item.startDate + $t('other.to') + item.endDate}}</span><span>{{item.projectName}}</span><span>{{item.degreeName}}</span>
|