|
@@ -293,11 +293,11 @@ const pageUpdateChange = ({ current, size }) => {
|
|
|
|
|
|
//表格数据
|
|
//表格数据
|
|
const tableUpdateColumn = ref([
|
|
const tableUpdateColumn = ref([
|
|
- { key: 'softwareType', name: '软件类型', width: 80 },
|
|
|
|
- { key: 'versionNumber', name: '当前版本', width: 100 },
|
|
|
|
- { key: 'fileType', name: '文件类型', width: 80 },
|
|
|
|
- { key: 'constraintUpdate', name: '强制更新', width: 80 },
|
|
|
|
- { key: 'updateDate', name: '更新时间' },
|
|
|
|
|
|
+ { key: 'softwareType', name: '软件类型', width: 80, align: 'center' },
|
|
|
|
+ { key: 'versionNumber', name: '当前版本', width: 80, align: 'center' },
|
|
|
|
+ { key: 'fileType', name: '文件类型', width: 80, align: 'center' },
|
|
|
|
+ { key: 'constraintUpdate', name: '强制更新', width: 80, align: 'center' },
|
|
|
|
+ { key: 'updateDate', name: '更新时间', align: 'center' },
|
|
{ key: 'action', name: '操作', width: 100, align: 'center' },
|
|
{ key: 'action', name: '操作', width: 100, align: 'center' },
|
|
])
|
|
])
|
|
|
|
|