showInputBox更新

This commit is contained in:
fofolee
2022-03-31 20:24:52 +08:00
parent f6b8bb2a8d
commit 4d07847196
3 changed files with 294 additions and 254 deletions

View File

@@ -29,13 +29,14 @@
export default {
data() {
return {
results: new Array(this.labels.length),
results: this.values,
};
},
props: {
labels: Array,
title: String,
hints: Array
hints: Array,
values: Array
},
emits: ["ok", "hide"],
methods: {