Commit 5d1670af authored by Mac's avatar Mac

修改样式

parent ce71d3c0
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
:header-cell-style="{backgroundColor:'#f5f6f7', color: '#a8a8b3'}" :header-cell-style="{backgroundColor:'#f5f6f7', color: '#a8a8b3'}"
border border
style="width: 100%"> style="width: 100%">
<el-table-column prop="Month" label="月份" ></el-table-column> <el-table-column prop="Month" width='150' label="月份" ></el-table-column>
<el-table-column prop="SchoolList" label="校区" > <el-table-column prop="SchoolList" label="校区" >
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.SchoolList.length>0"> <div v-if="scope.row.SchoolList.length>0">
...@@ -100,16 +100,16 @@ ...@@ -100,16 +100,16 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="State" label="状态" > <el-table-column prop="State" width='150' label="状态" >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{scope.row.State==1?'启用':'停用'}}</span> <span>{{scope.row.State==1?'启用':'停用'}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="UpdateByName" label="创建人"> </el-table-column> <el-table-column prop="UpdateByName" width='150' label="创建人"> </el-table-column>
<el-table-column prop="UpdateTime" label="创建时间"> </el-table-column> <el-table-column prop="UpdateTime" width='200' label="创建时间"> </el-table-column>
<el-table-column prop="UpdateTime" label="操作"> <el-table-column prop="UpdateTime" width='150' label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="_icon_btn"> <div class="_icon_btn">
<el-tooltip class="item" effect="dark" content="修改" placement="top"> <el-tooltip class="item" effect="dark" content="修改" placement="top">
......
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