Commit 5e724eb9 authored by FangYuePeng's avatar FangYuePeng

内容管理—发展历程,列表显示内容与原型有差别

parent ea4da1f8
......@@ -88,11 +88,7 @@
<div class="mb12 font-small-bold">发展表列表</div>
<el-table v-loading="loading" border :data="cmsDevelopmentList">
<el-table-column type="index" label="序号" width="60px" align="center" />
<el-table-column label="标题" prop="title" width="440px" >
<template slot-scope="scope">
{{ scope.row.title || '-' }}
</template>
</el-table-column>
<el-table-column label="图片" prop="contestPicture" :show-overflow-tooltip="true" width="130px">
<template slot-scope="scope">
<div :id="step(scope.$index)">
......@@ -111,7 +107,11 @@
</div>
</template>
</el-table-column>
<el-table-column label="标题" prop="title" width="440px" >
<template slot-scope="scope">
{{ scope.row.title || '-' }}
</template>
</el-table-column>
<el-table-column label="正文" prop="text" :show-overflow-tooltip="true" >
<template slot-scope="scope">
......@@ -206,11 +206,6 @@
<!-- <img width="100%" :src="form.url" alt="">-->
<!-- </el-dialog>-->
</el-form-item>
<el-form-item label="状态">
<el-radio-group v-model="form.flag">
<el-radio label="1">启用</el-radio>
......@@ -550,7 +545,7 @@ export default {
// margin: 10px;
// text-align: center!important;
//}
::v-deep .el-table td:nth-child(3) .cell {
::v-deep .el-table td:nth-child(2) .cell {
margin: 10px;
text-align: center!important;
}
......
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