commit
This commit is contained in:
@@ -144,7 +144,11 @@ layout("/layouts/platform.html"){
|
||||
show-overflow-tooltip prop="cynum"></el-table-column>
|
||||
|
||||
<el-table-column align="center" sortable header-align="center" label="成立时间"
|
||||
width="100px" show-overflow-tooltip prop="foundtime"></el-table-column>
|
||||
width="160px" show-overflow-tooltip prop="foundtime">
|
||||
<template slot-scope="scope">
|
||||
{{moment(scope.row.foundtime).format('YYYY-MM-DD')}}
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column align="center" sortable header-align="center" label="状态"
|
||||
show-overflow-tooltip prop="isjs">
|
||||
|
||||
Reference in New Issue
Block a user