Commit a4d27570 by hank

类型名称

parent b8a146c7
......@@ -38,7 +38,7 @@
<el-table-column label="序号" prop="id" align="center" width="80" type="index" :class-name="getSortClass('id')" />
<el-table-column label="模板类型" width="150px" align="center">
<template slot-scope="scope">
<span>{{ scope.row.timestamp }}</span>
<span>{{ scope.row.typeName }}</span>
</template>
</el-table-column>
<el-table-column label="模板名称" min-width="150px">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment