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) => {