feat(xumu): 新增理赔申请和贷款申请功能
- 添加理赔申请和贷款申请的路由、页面组件和相关逻辑 - 实现理赔申请和贷款申请的数据获取、表单提交和审核流程 - 优化耳标选择器组件,支持在不同场景下的使用 - 调整图片上传组件,增加只读模式和预览功能
This commit is contained in:
		| @@ -137,7 +137,7 @@ export default { | ||||
|       <ai-card title="投保对象"> | ||||
|         <template #right v-if="isAdd"> | ||||
|           <ai-eartag-picker @select="v=>detail.detailList=v" :instance="instance" | ||||
|                             :action="`/insurance/apply/getEarNumberList?farmId=${detail.farmId}`"> | ||||
|                             :action="`/api/insurance/apply/getEarNumberList?farmId=${detail.farmId}`"> | ||||
|             <el-button type="text">选择</el-button> | ||||
|           </ai-eartag-picker> | ||||
|         </template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user