1
This commit is contained in:
+8
-11
@@ -1,12 +1,6 @@
|
|||||||
<!--#
|
<!--#
|
||||||
layout("/layouts/platform.html"){
|
layout("/layouts/platform.html"){
|
||||||
#-->
|
#-->
|
||||||
<style>
|
|
||||||
.el-table .cell.el-tooltip {
|
|
||||||
white-space: pre-line !important;
|
|
||||||
min-width: 50px !important;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div id="app" class="platform" v-cloak>
|
<div id="app" class="platform" v-cloak>
|
||||||
<guava ref="guava" padding="0 5%">
|
<guava ref="guava" padding="0 5%">
|
||||||
<template>
|
<template>
|
||||||
@@ -98,18 +92,21 @@ layout("/layouts/platform.html"){
|
|||||||
min-width="240px"
|
min-width="240px"
|
||||||
align="center"
|
align="center"
|
||||||
header-align="center"
|
header-align="center"
|
||||||
show-overflow-tooltip></el-table-column>
|
show-overflow-tooltip>
|
||||||
|
<template slot-scope="{row}">
|
||||||
|
<div v-html="row.feedbackInfo" style="white-space: pre-line !important;"></div>
|
||||||
|
</template>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column prop="createdByName"
|
<el-table-column prop="createdByName"
|
||||||
label="创建人"
|
label="创建人"
|
||||||
min-width="120px"
|
min-width="120px"
|
||||||
align="center"
|
align="center"
|
||||||
header-align="center"
|
header-align="center"
|
||||||
show-overflow-tooltip></el-table-column>
|
show-overflow-tooltip></el-table-column>
|
||||||
<el-table-column label="创建时间"
|
<el-table-column prop="createdAt" label="创建时间"
|
||||||
min-width="180px"
|
width="180px"
|
||||||
align="center"
|
align="center"
|
||||||
header-align="center"
|
header-align="center">
|
||||||
show-overflow-tooltip>
|
|
||||||
<template slot-scope="{row}">
|
<template slot-scope="{row}">
|
||||||
{{ row.createdAt ? $moment(row.createdAt).format('YYYY-MM-DD HH:mm:ss') : '' }}
|
{{ row.createdAt ? $moment(row.createdAt).format('YYYY-MM-DD HH:mm:ss') : '' }}
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user