Browse Source

app升级新增字段

master_hella_20240701
chenfang 8 months ago
parent
commit
4ea9d1edad
  1. 9
      src/views/system/systemInstallPackage/systemInstallPackage.data.ts

9
src/views/system/systemInstallPackage/systemInstallPackage.data.ts

@ -34,7 +34,7 @@ export const SystemInstallPackage = useCrudSchemas(reactive<CrudSchema[]>([
dictClass: 'string',
isTable: true,
table: {
width: 120
width: 140
},
form: {
component: 'Switch',
@ -49,7 +49,12 @@ export const SystemInstallPackage = useCrudSchemas(reactive<CrudSchema[]>([
label: '更新内容',
field: 'updateContent',
sort: 'custom',
},
{
label: '附件id',
field: 'fileId',
isForm:false,
sort: 'custom',
},
{
label: '备注',

Loading…
Cancel
Save