@@ -1,7 +1,7 @@ | |||||
<!-- | <!-- | ||||
* @Date: 2021-11-29 11:14:13 | * @Date: 2021-11-29 11:14:13 | ||||
* @LastEditors: JinxuChen | * @LastEditors: JinxuChen | ||||
* @LastEditTime: 2021-12-10 11:35:13 | |||||
* @LastEditTime: 2021-12-13 11:35:45 | |||||
* @FilePath: \GpsCardAdmin\README.md | * @FilePath: \GpsCardAdmin\README.md | ||||
* @description: | * @description: | ||||
--> | --> | ||||
@@ -69,4 +69,9 @@ FEATURE | |||||
IMPROVEMENT | IMPROVEMENT | ||||
- 优化 表格按钮样式 | - 优化 表格按钮样式 | ||||
- 优化 表格在移动端的的显示方式 | |||||
- 优化 表格在移动端的的显示方式 | |||||
## v1.0.7F | |||||
`2021年12月13日` | |||||
FIX | |||||
- 修复 表格-操作列显示问题 |
@@ -1,7 +1,7 @@ | |||||
<!-- | <!-- | ||||
* @Date: 2021-11-30 17:19:51 | * @Date: 2021-11-30 17:19:51 | ||||
* @LastEditors: JinxuChen | * @LastEditors: JinxuChen | ||||
* @LastEditTime: 2021-12-10 11:32:40 | |||||
* @LastEditTime: 2021-12-13 11:33:07 | |||||
* @FilePath: \GpsCardAdmin\src\components\TTable\TTable.vue | * @FilePath: \GpsCardAdmin\src\components\TTable\TTable.vue | ||||
* @description: 封装通用的table组件 | * @description: 封装通用的table组件 | ||||
--> | --> | ||||
@@ -21,7 +21,7 @@ | |||||
height="460" | height="460" | ||||
/> | /> | ||||
<!-- 操作列 --> | <!-- 操作列 --> | ||||
<el-table-column :label="column.title" :key="column.prop" v-else fixed="right" min-width="100"> | |||||
<el-table-column :label="column.title" :key="column.prop" v-else fixed="right" min-width="120"> | |||||
<template slot-scope="scope"> | <template slot-scope="scope"> | ||||
<el-button-group v-for="(fn,index) in column.actions" :key="index"> | <el-button-group v-for="(fn,index) in column.actions" :key="index"> | ||||
<el-button | <el-button | ||||
@@ -1,8 +1,8 @@ | |||||
/* | /* | ||||
* @Date: 2021-11-30 15:09:25 | * @Date: 2021-11-30 15:09:25 | ||||
* @LastEditors: JinxuChen | * @LastEditors: JinxuChen | ||||
* @LastEditTime: 2021-12-10 10:57:51 | |||||
* @LastEditTime: 2021-12-13 11:35:53 | |||||
* @FilePath: \GpsCardAdmin\src\utils\model.js | * @FilePath: \GpsCardAdmin\src\utils\model.js | ||||
* @description: 版本号 | * @description: 版本号 | ||||
*/ | */ | ||||
export const VersionModel = '1.0.6'; | |||||
export const VersionModel = '1.0.7'; |