Commit ad0e3627 by 田爽

图片列表列宽

parent b14cf710
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<a :href="urlsJson[scope.row.title]" target="_blank">{{ scope.row.title}}</a> <a :href="urlsJson[scope.row.title]" target="_blank">{{ scope.row.title}}</a>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="status" header-align="center" align="center" label="状态" width="90px"> <el-table-column prop="status" header-align="center" align="center" label="状态" width="70px">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
<span v-if="scope.row.status === 0">待审核</span> <span v-if="scope.row.status === 0">待审核</span>
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<el-table-column <el-table-column
header-align="center" header-align="center"
align="center" align="center"
width="150" width="110"
label="操作"> label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button v-if="isAuth('manage:picture:check')" type="text" size="small" @click="checkHandle(scope.row.pictureid,scope.row.title,1)">[成功]</el-button> <el-button v-if="isAuth('manage:picture:check')" type="text" size="small" @click="checkHandle(scope.row.pictureid,scope.row.title,1)">[成功]</el-button>
...@@ -97,17 +97,17 @@ ...@@ -97,17 +97,17 @@
<el-button v-if="isAuth('manage:picture:delete')" type="text" size="small" @click="deleteHandle(scope.row.pictureid,scope.row.title)">删除</el-button> <el-button v-if="isAuth('manage:picture:delete')" type="text" size="small" @click="deleteHandle(scope.row.pictureid,scope.row.title)">删除</el-button>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="pictureType" header-align="center" align="center" label="分类" width="100px"> </el-table-column> <el-table-column prop="pictureType" header-align="center" align="center" label="分类" width="80px"> </el-table-column>
<el-table-column prop="showtime" header-align="center" align="center" sortable='custom' label="显示时间" width="110px"> </el-table-column> <el-table-column prop="showtime" header-align="center" align="center" sortable='custom' label="显示时间" width="105px"> </el-table-column>
<el-table-column prop="inputdate" header-align="center" align="center" sortable='custom' label="发布时间" width="110px"> <el-table-column prop="inputdate" header-align="center" align="center" sortable='custom' label="发布时间" width="105px">
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{ scope.row.inputdate && scope.row.inputdate.substring(0,10) }}</div> <div>{{ scope.row.inputdate && scope.row.inputdate.substring(0,10) }}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="keyword" header-align="center" align="left" label="关键字" width="130px"> </el-table-column> <el-table-column prop="keyword" header-align="center" align="left" label="关键字" width="120px"> </el-table-column>
<el-table-column prop="editor" header-align="center" align="center" label="编辑" width="90px"> </el-table-column> <el-table-column prop="editor" header-align="center" align="center" label="编辑" width="80px"> </el-table-column>
<el-table-column prop="lasteditor" header-align="center" align="center" label="最后编辑" width="90px"> </el-table-column> <el-table-column prop="lasteditor" header-align="center" align="center" label="最后编辑" width="80px"> </el-table-column>
<el-table-column prop="auditor" header-align="center" align="center" label="审核人" width="90px"> </el-table-column> <el-table-column prop="auditor" header-align="center" align="center" label="审核人" width="80px"> </el-table-column>
</el-table> </el-table>
<el-pagination <el-pagination
@size-change="sizeChangeHandle" @size-change="sizeChangeHandle"
......
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