@@ -18,12 +16,9 @@
v-model:value="searchParams.name"
placeholder="搜索配音名称"
style="width: 250px"
- allow-clear
@press-enter="handleSearch"
>
-
-
-
+
查询
重置
@@ -41,43 +36,37 @@
@change="handleTableChange"
>
-
- {{ record.name || '未命名' }}
-
-
- {{ formatTranscription(record.transcription) }}
-
-
- {{ formatDateTime(record.createTime) }}
-
-
-
-
-
-
- 播放
+
+ {{ record.name || '未命名' }}
+
+
+ {{ formatTranscription(record.transcription) }}
+
+
+ {{ formatDateTime(record.createTime) }}
+
+
+
+ 播放
+
+
+ 编辑
+
+ {{ record.transcription ? '已识别' : '识别' }}
-
-
-
- 编辑
-
- {{ record.transcription ? '已识别' : '识别' }}
-
- 删除
-
-
+ 删除
+
-
+