Commit ea4da1f8 authored by YLKCNK's avatar YLKCNK

【管理端】内容管理—中心案例,列表显示内容与原型有差别(封面顺序)

parent 8b6019f2
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
<el-form-item label="标题" prop="title"> <el-form-item label="标题" prop="title">
<el-input v-model="queryParams.title" placeholder="请输入标题" :maxlength="15" style="margin-right: 15px" /> <el-input v-model="queryParams.title" placeholder="请输入标题" :maxlength="15" style="margin-right: 15px" />
</el-form-item> </el-form-item>
<el-form-item label="单位" prop="unit"> <el-form-item label="案例单位" prop="unit">
<el-input v-model="queryParams.unit" placeholder="请输入单位" :maxlength="15" style="margin-right: 15px" /> <el-input v-model="queryParams.unit" placeholder="请输入案例单位" :maxlength="15" style="margin-right: 15px" />
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<!-- //查询按钮--> <!-- //查询按钮-->
...@@ -50,6 +50,8 @@ ...@@ -50,6 +50,8 @@
<span>{{ scope.$index + 1 }}</span> <span>{{ scope.$index + 1 }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="title" label="标题" width="600" show-overflow-tooltip />
<el-table-column label="封面" prop="path"> <el-table-column label="封面" prop="path">
<template slot-scope="scope"> <template slot-scope="scope">
<div :id="step(scope.$index)"> <div :id="step(scope.$index)">
...@@ -57,10 +59,9 @@ ...@@ -57,10 +59,9 @@
</div> </div>
</template> </template>
</el-table-column> </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 prop="unit" label="案例单位" show-overflow-tooltip />
<el-table-column label="权重" prop="weight"> <el-table-column label="排序" prop="weight">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.weight }}</span> <span>{{ scope.row.weight }}</span>
</template> </template>
......
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