@@ -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"
+ />