Browse Source

feat:[模板管理][update]

lkf
luojie 2 months ago
parent
commit
512a6896f4
3 changed files with 345 additions and 345 deletions
  1. +4
    -4
      src/views/business/comps/template/TemplateTable.vue
  2. +0
    -0
      src/views/business/comps/template/comps/sp/SP001.vue

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

@ -23,7 +23,7 @@ import SelectMixReagentDialog from "./dialog/SelectMixReagentDialog.vue";//选
import EditSign from "./dialog/EditSign.vue";// import EditSign from "./dialog/EditSign.vue";//
// //
import SP0012 from "./comps/sp/SP0012.vue";
import SP001 from "./comps/sp/SP001.vue";
import SP003 from "./comps/sp/SP003.vue"; import SP003 from "./comps/sp/SP003.vue";
import SP00456 from "./comps/sp/SP00456.vue"; import SP00456 from "./comps/sp/SP00456.vue";
import SP007 from "./comps/sp/SP007.vue"; import SP007 from "./comps/sp/SP007.vue";
@ -60,7 +60,7 @@ export default {
MJYLQSQD, SYWZPZJHB, DMYPPZJLB, MJYLQSQD, SYWZPZJHB, DMYPPZJLB,
// //
// //
SP0012, SP003, SP00456,SP007, SP008, SP009, SP010, SP011, SP012, SP013, SP014, SP015, SP016, SP017, SP018,
SP001, SP003, SP00456,SP007, SP008, SP009, SP010, SP011, SP012, SP013, SP014, SP015, SP016, SP017, SP018,
// PCR // PCR
PCR001, PCR002 PCR001, PCR002
}, },
@ -88,8 +88,8 @@ export default {
if (!this.componentMap) { if (!this.componentMap) {
this.componentMap = { this.componentMap = {
// //
'SP001': 'SP0012',
'SP002': 'SP0012',
'SP001': 'SP001',
'SP002': 'SP001',
'SP003': 'SP003', 'SP003': 'SP003',
'SP004': 'SP00456', 'SP004': 'SP00456',
'SP005': 'SP00456', 'SP005': 'SP00456',

src/views/business/comps/template/comps/sp/SP0012.vue → src/views/business/comps/template/comps/sp/SP001.vue View File


Loading…
Cancel
Save