@@ -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>