From fa8fd40541df166a539bf3426ca67329930704e0 Mon Sep 17 00:00:00 2001
From: bsw215583320 <baoshiwei121@163.com>
Date: 星期四, 21 十二月 2023 15:44:34 +0800
Subject: [PATCH] 优化识别返回数据

---
 src/views/dry/identify/index.vue |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/views/dry/identify/index.vue b/src/views/dry/identify/index.vue
index e8ccc73..2b4c39b 100644
--- a/src/views/dry/identify/index.vue
+++ b/src/views/dry/identify/index.vue
@@ -73,14 +73,19 @@
 const results = ref([])
 const columns = [
   {
-    title: '鍝佺',
-    dataIndex: 'className',
-    key: 'className',
+    title: '鑽潗',
+    dataIndex: 'name',
+    key: 'name',
+  },
+  {
+    title: '鑻辨枃鍚�',
+    dataIndex: 'english',
+    key: 'english',
   },
   {
     title: '鍙俊搴�',
-    dataIndex: 'probability',
-    key: 'probability',
+    dataIndex: 'probabily',
+    key: 'probabily',
   },
 ]
 const handleChange = (info: UploadChangeParam) => {

--
Gitblit v1.9.3