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