update 产量驾驶舱

This commit is contained in:
DESKTOP-FUDKNA8\znjsz
2024-04-24 16:31:27 +08:00
parent bd0faef33f
commit 30af8faa49
11 changed files with 793 additions and 28 deletions

View File

@@ -33,9 +33,17 @@ export default {
},
data() {
return {
currentActive: '',
currentActive: this.options[0],
};
},
watch: {
currentActive: {
handler(val) {
this.$emit("update:active", val);
},
immediate: true,
},
},
computed: {},
methods: {},
};
@@ -55,7 +63,7 @@ button {
padding: 8px 12px;
cursor: pointer;
position: relative;
transition: all .3s;
transition: all 0.3s;
}
button.active,