提交代码
Showing
1 changed file
with
7 additions
and
3 deletions
| ... | @@ -171,13 +171,13 @@ | ... | @@ -171,13 +171,13 @@ | 
| 171 | width="200" | 171 | width="200" | 
| 172 | > | 172 | > | 
| 173 | </el-table-column> | 173 | </el-table-column> | 
| 174 | <el-table-column | 174 | <!-- <el-table-column | 
| 175 | prop="ljr" | 175 | prop="ljr" | 
| 176 | label="来件人" | 176 | label="来件人" | 
| 177 | align="center" | 177 | align="center" | 
| 178 | width="400" | 178 | width="400" | 
| 179 | > | 179 | > | 
| 180 | </el-table-column> | 180 | </el-table-column>--> | 
| 181 | <el-table-column | 181 | <el-table-column | 
| 182 | prop="CREATETIME" | 182 | prop="CREATETIME" | 
| 183 | label="登记时间" | 183 | label="登记时间" | 
| ... | @@ -195,7 +195,11 @@ | ... | @@ -195,7 +195,11 @@ | 
| 195 | label="接收时间" | 195 | label="接收时间" | 
| 196 | align="center" | 196 | align="center" | 
| 197 | width="200" | 197 | width="200" | 
| 198 | > | 198 | > <template slot-scope="scope"> | 
| 199 | <span>{{ | ||
| 200 | scope.row.RECEIVETIME | dataFormat | ||
| 201 | }}</span> | ||
| 202 | </template> | ||
| 199 | </el-table-column> | 203 | </el-table-column> | 
| 200 | </el-table> | 204 | </el-table> | 
| 201 | <el-table | 205 | <el-table | ... | ... | 
- 
Please register or sign in to post a comment