forked from github/dataease
perf(仪表板): 数字范围过滤器可用范围
This commit is contained in:
parent
9c1e574a04
commit
2b57554b7c
@ -41,8 +41,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
const MIN_NUMBER = -2147483648
|
||||
const MAX_NUMBER = 2147483647
|
||||
const MIN_NUMBER = Number.MIN_SAFE_INTEGER
|
||||
const MAX_NUMBER = Number.MAX_SAFE_INTEGER
|
||||
import bus from '@/utils/bus'
|
||||
export default {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user