|
@@ -28,10 +28,10 @@
|
|
|
<el-table-column :label="items" v-for="items, idx in item.children" :key="idx" width="120px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
- <span v-if="scope.row.translationType == 'user'">
|
|
|
+ <!-- <span v-if="scope.row.translationType == 'user' && scope.column.label.indexof(scope.row.end_date) != '-1'">
|
|
|
<ww-open-data type='userName' :openid='scope.row.text'></ww-open-data>
|
|
|
- </span>
|
|
|
- <span v-else>
|
|
|
+ </span> -->
|
|
|
+ <span v-if="scope.row.translationType != 'user'">
|
|
|
{{scope.row.end_date | dataValue(scope.column, scope.row)}}
|
|
|
</span>
|
|
|
</div>
|