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>