Browse Source

feat: [模板管理] 公共下的模板

luojie
memorylkf 4 weeks ago
parent
commit
66bbd4520a
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      src/views/business/comps/template/TemplateTable.vue

+ 8
- 0
src/views/business/comps/template/TemplateTable.vue View File

@ -335,6 +335,14 @@ export default {
'DL022': 'DL022',
'DL023': 'DL023',
'DL024': 'DL024',
//
'GG001': 'DL011',
'GG002': 'DL012',
'GG003': 'SP001',
'GG004': 'SP001',
'GG005': 'GSP001',
'GG006': 'GSP002',
}
}
return this.componentMap || "Demo"

Loading…
Cancel
Save