Vue.component("origin-scheduling-view-box", { props: ["v-scheduling", "v-params"], data: function () { let scheduling = this.vScheduling if (scheduling == null) { scheduling = {} } return { scheduling: scheduling } }, methods: { update: function () { teaweb.popup("/servers/server/settings/reverseProxy/updateSchedulingPopup?" + this.vParams, { height: "21em", callback: function () { window.location.reload() }, }) } }, template: `
| 当前正在使用的算法 | 
				{{scheduling.name}}   [修改]
				 {{scheduling.description}}  |