干燥机配套车间生产管理系统/云平台服务端
bsw215583320
2023-12-21 fa8fd40541df166a539bf3426ca67329930704e0
优化识别返回数据
已修改1个文件
15 ■■■■■ 文件已修改
src/views/dry/identify/index.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) => {