产品,原料和bom更新后重新加载store
This commit is contained in:
@@ -16,12 +16,11 @@
|
||||
|
||||
<!-- 提取质保单信息,选择使用ocr还是使用大模型 -->
|
||||
<el-row :gutter="20">
|
||||
<!-- <el-col :span="12">
|
||||
<el-col :span="12">
|
||||
<div style="height: 300px; border: 1px solid #ccc; border-radius: 10px; padding: 20px; cursor: pointer;" @click="handleOcr">
|
||||
OCR识别
|
||||
<img :src="ocrImage" alt="ocr" style="width: 100%; height: 100%;" />
|
||||
<img :src="ocrImage" alt="ocr" style="height: 100%;" />
|
||||
</div>
|
||||
</el-col> -->
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<div style="height: 300px; border: 1px solid #ccc; border-radius: 10px; padding: 20px; cursor: pointer; display: flex; justify-content: center; align-items: center;" @click="handleModel">
|
||||
<img :src="modelImage" alt="model" style="height: 100%;" />
|
||||
|
||||
Reference in New Issue
Block a user