Quellcode durchsuchen

试剂耗材性能验证定量自定义组件修改(华创启德)

CHINAMI-P698360\Administrator vor 1 Woche
Ursprung
Commit
be5503acb3
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      src/views/component/newReagent/newReagent.vue

+ 3 - 1
src/views/component/newReagent/newReagent.vue

@@ -8,6 +8,7 @@
             v-if="
             v-if="
               nodeId === 'Activity_0xkc1ji' ||
               nodeId === 'Activity_0xkc1ji' ||
               nodeId === 'Activity_1jrjycx' ||
               nodeId === 'Activity_1jrjycx' ||
+              nodeId === 'Activity_1rssrnh' ||
               readonly
               readonly
             "
             "
           />
           />
@@ -319,7 +320,8 @@ export default {
     this.disabled =
     this.disabled =
       this.readonly ||
       this.readonly ||
       this.nodeId === 'Activity_0xkc1ji' ||
       this.nodeId === 'Activity_0xkc1ji' ||
-      this.nodeId === 'Activity_1jrjycx'
+      this.nodeId === 'Activity_1jrjycx' ||
+      this.nodeId === 'Activity_1rssrnh'
     this.showAndHide(this.formData.fangAn)
     this.showAndHide(this.formData.fangAn)
   },
   },
   methods: {
   methods: {