Merge branch 'projects/mes-test' into projects/mes-zhp

This commit is contained in:
‘937886381’
2024-07-22 09:11:37 +08:00
116 changed files with 7494 additions and 6522 deletions

View File

@@ -77,6 +77,9 @@ function findMaxLabelWidth(rows) {
if (!opt.label) return 0;
if (opt.label.length > max) {
max = opt.label.length;
if (opt.label.includes('(')) {
max = max - 3
}
}
});
});
@@ -174,7 +177,7 @@ export default {
size: {
type: String,
default: '',
},
}
},
data() {
return {