|
@@ -51,6 +51,7 @@ export default {
|
|
|
columns: [
|
|
|
{ title: '序号', dataIndex: 'no', width: 70, align: 'center' },
|
|
|
{ title: '创建时间', dataIndex: 'createDate', width: 160, align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
+ { title: '应用类型', dataIndex: 'applyName', width: 100, align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '版本类型', dataIndex: 'versionType', scopedSlots: { customRender: 'versionType' }, width: 100, align: 'center' },
|
|
|
{ title: '版本号', dataIndex: 'version', width: 80, align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '强制升级', dataIndex: 'forceUpgrade', scopedSlots: { customRender: 'forceUpgrade' }, width: 90, align: 'center' },
|