Explorar el Código

修改质检方案bug

695593266@qq.com hace 10 meses
padre
commit
69a9259862
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6 2
      src/views/inspectionTemplate/inspectionClassify/index.vue

+ 6 - 2
src/views/inspectionTemplate/inspectionClassify/index.vue

@@ -78,8 +78,12 @@
               <!--              </template>-->
 
               <template v-slot:defaultValue="{ row }">
-                <span v-if="row.defaultValue">{{ row.symbol }}</span>
-                {{ row.defaultValue }}
+                <span v-if="row.defaultValue"
+                  >{{ row.symbol }} {{ row.defaultValue }}</span
+                >
+                <span v-if="row.textType == 3">
+                  [{{ row.minValue }}-{{ row.maxValue }}]
+                </span>
               </template>
 
               <template v-slot:toolList="{ row }">