Compare commits

...

2 Commits

Author SHA1 Message Date
wangxiaoshuang 4030b1c95b Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details
2026-06-02 14:57:26 +08:00
wangxiaoshuang d689c23f5a 分割工具半径区间增加 2026-06-02 14:57:22 +08:00
1 changed files with 14 additions and 4 deletions

View File

@ -457,14 +457,24 @@ 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: `sliderSection2`,
max: 5,
step: 0.1,
label: '0~5mm'
id: `sliderSection4`,
max: 100,
step: 1,
label: '0~100mm'
}],
visible: false,
recoveryList: [],