- {{ license?.expiresAt ? formatDate(license.expiresAt) : '永久' }}
+
+ {{ license?.expiresAt ? formatDate(license.expiresAt) : '永久' }}
+ 修改
+
+
+
+ 保存
+ 取消
+
@@ -163,6 +178,9 @@ const loading = ref(false)
const editingMaxDevices = ref(false)
const editMaxDevicesValue = ref(1)
const savingMaxDevices = ref(false)
+const editingExpiresAt = ref(false)
+const editExpiresAtValue = ref