ysy 1 gadu atpakaļ
vecāks
revīzija
7dd444b7e3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/technology/parameter/index.vue

+ 1 - 1
src/views/technology/parameter/index.vue

@@ -28,7 +28,7 @@
 
 
         <template v-slot:textType="{ row }">
         <template v-slot:textType="{ row }">
           {{ row.textType == 1 ? '数值' : row.textType == 2 ? '选择' : row.textType == 3 ? '产品参数' : row.textType == 4 ? '规格' :
           {{ row.textType == 1 ? '数值' : row.textType == 2 ? '选择' : row.textType == 3 ? '产品参数' : row.textType == 4 ? '规格' :
-             row.textType == 5 ? '时间' : '' }}
+             row.textType == 5 ? '时间' :   row.textType == 6 ? '范围' : '' }}
         </template>
         </template>