@@ -451,6 +485,9 @@ function copyCardInfo(row) {
重置
+ 补号
添加账号
@@ -574,7 +611,6 @@ function copyCardInfo(row) {
-<<<<<<< Updated upstream
(extractForm.remark = v)"
@confirm="handleExtract"
/>
-=======
-
-
- {{
- detailRow.id
- }}
-
- {{ detailRow.extracted ? "已提取" : "未提取" }}
-
-
-
- {{ platformText(detailRow.extractedPlatform) }}
-
- -
-
-
- {{ typeText(detailRow.type) }}
-
-
- {{ detailRow.account || "-" }}
-
-
- {{ detailRow.password || "-" }}
-
-
- {{ detailRow.token || "-" }}
-
-
- {{ detailRow.extractedAt || "-" }}
-
-
- {{ detailRow.remark || "-" }}
-
-
-
-
+
+
-
-
-
-
+
+
+
+
- 取消
-
+ 取消
+
确认提取
->>>>>>> Stashed changes
+
+
+ (replenishForm.type = v)"
+ @update:platform="(v) => (replenishForm.platform = v)"
+ @update:remark="(v) => (replenishForm.remark = v)"
+ @confirm="handleReplenish"
+ />
+
+
diff --git a/src/components/CommonHeader.vue b/src/components/CommonHeader.vue
index a5aa63d..5aa7220 100644
--- a/src/components/CommonHeader.vue
+++ b/src/components/CommonHeader.vue
@@ -72,6 +72,8 @@
+
\ No newline at end of file
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index e30931b..8d738b9 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -544,7 +544,9 @@ const clearCache = async () => {