ysy преди 1 година
родител
ревизия
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>