|
|
@@ -236,17 +236,24 @@
|
|
|
<span>{{ scope.row.publishTime}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="创建时间" prop="publishTime" align="center" width="120px">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{ scope.row.publishTime}}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="同步状态" prop="settleStatus" align="center" width="90px">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag v-if="scope.row.syncStatus === '失败'" type="danger">失败</el-tag>
|
|
|
<el-tag v-if="scope.row.syncStatus === '成功'" type="success">成功</el-tag>
|
|
|
+ <br/>
|
|
|
+ <span>{{ scope.row.syncTime}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="同步时间" prop="publishTime" align="center" width="120px">
|
|
|
+ <!--<el-table-column label="同步时间" prop="publishTime" align="center" width="120px">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.syncTime}}</span>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column>-->
|
|
|
<el-table-column align="center" fixed="right" :label="$t('publics.operating')" width="auto">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="text-btn-con">
|