|
|
@@ -201,18 +201,18 @@
|
|
|
icon="document" @click="addNotice()">添加</el-button>
|
|
|
</div>
|
|
|
<el-table v-loading="tableDataLoading" :data="tableData.list">
|
|
|
- <el-table-column prop="id" label="编号" width="80">
|
|
|
+ <el-table-column prop="id" label="编号" width="120">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="type" label="标题" width="150">
|
|
|
+ <el-table-column prop="type" label="标题" width="200">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="url" label="图片" width="100">
|
|
|
+ <el-table-column prop="url" label="图片" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<img :src="scope.row.url" width="60" height="60" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="content" label="公告内容" width="800">
|
|
|
+ <el-table-column prop="content" label="公告内容" >
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="createAt" label="创建时间" width="160">
|
|
|
+ <el-table-column prop="createAt" label="创建时间" width="200">
|
|
|
</el-table-column>
|
|
|
<el-table-column fixed='right' label="操作" width="100">
|
|
|
<template slot-scope="scope">
|