diff --git a/components/partition-table-editor/PartitionTableEditor.vue b/components/partition-table-editor/PartitionTableEditor.vue
index 838b0ce..51e519a 100644
--- a/components/partition-table-editor/PartitionTableEditor.vue
+++ b/components/partition-table-editor/PartitionTableEditor.vue
@@ -1,6 +1,7 @@
-
+
+
+
-
-
-
添加分区
-
清空
-
-
{{ table.entries.length }} 个分区
+
+
+
+ 清空数据
+ 添加分区
+
+
+
+
+
打开(覆盖)
+
+
+
+ 导出
+
+
+
+ 导出为 BIN
+ 导出为 CSV
+
+
+
+
-
-
+
+
+
+
handleUpdateName($index, val)"
/>
-
+
handleUpdateType($index, val)"
>
@@ -301,11 +363,11 @@ function handleExportCsv() {
-
+
handleUpdateSubtype($index, val)"
>
-
+
handleUpdateOffset($index, val)"
/>
-
+
handleUpdateSize($index, val)"
>
-
- {{ formatSize(row.size) }}
+
+ {{ formatSize(row.size) }}
-
+
-
+
- 上
- 下
-
-
- 删除
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
二进制文件 (.bin)
-
-
- 打开
-
- 导出
-
-
-
-
-
CSV文件 (.csv)
-
-
- 打开
-
- 导出
-
-
-
+
@@ -440,3 +481,53 @@ function handleExportCsv() {
+
+