Commit a8736390 authored by FangYuePeng's avatar FangYuePeng

内容管理—中心案例(封面顺序)

parent 5e724eb9
......@@ -50,7 +50,7 @@
<span>{{ scope.$index + 1 }}</span>
</template>
</el-table-column>
<el-table-column prop="title" label="标题" width="600" show-overflow-tooltip />
<el-table-column label="封面" prop="path">
<template slot-scope="scope">
......@@ -59,6 +59,7 @@
</div>
</template>
</el-table-column>
<el-table-column prop="title" label="标题" width="600" show-overflow-tooltip />
<el-table-column prop="unit" label="案例单位" show-overflow-tooltip />
<el-table-column label="排序" prop="weight">
......
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 to comment