ysy 1 год назад
Родитель
Сommit
7dd444b7e3
1 измененных файлов с 1 добавлено и 1 удалено
  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 }">
           {{ row.textType == 1 ? '数值' : row.textType == 2 ? '选择' : row.textType == 3 ? '产品参数' : row.textType == 4 ? '规格' :
-             row.textType == 5 ? '时间' : '' }}
+             row.textType == 5 ? '时间' :   row.textType == 6 ? '范围' : '' }}
         </template>