mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-09 00:20:26 +08:00
支持购买套餐/续费套餐/用户账户操作等
This commit is contained in:
@@ -19,6 +19,11 @@ Vue.component("plan-user-selector", {
|
||||
userId: userId
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
userId: function (v) {
|
||||
this.$emit("change", v)
|
||||
}
|
||||
},
|
||||
template: `<div>
|
||||
<select class="ui dropdown auto-width" name="userId" v-model="userId">
|
||||
<option value="0">[选择用户]</option>
|
||||
|
||||
Reference in New Issue
Block a user