Compare commits

..

No commits in common. "4030b1c95bd3e593b1aa66bda60f8d7064d62ebe" and "4a7f8a0a93429f07c8e9b0013c7101140544810a" have entirely different histories.

1 changed files with 4 additions and 14 deletions

View File

@ -457,24 +457,14 @@ export default {
sliderStep: 1,
sliderSection: [{
id: `sliderSection1`,
max: 5,
step: 0.1,
label: '0~5mm'
}, {
id: `sliderSection2`,
max: 10,
step: 0.1,
label: '0~10mm'
}, {
id: `sliderSection3`,
max: 50,
step: 1,
label: '0~50mm'
}, {
id: `sliderSection4`,
max: 100,
step: 1,
label: '0~100mm'
id: `sliderSection2`,
max: 5,
step: 0.1,
label: '0~5mm'
}],
visible: false,
recoveryList: [],