fix(542): 修复添加页面接口参数和布局
- 在 AppDeathManage 和 AppOutManage 的 add.vue 文件中,为 ai-eartag-remote 组件添加 class="row",优化布局 - 在 AppOutManage 的 add.vue 文件中,修正出栏接口参数 outTime 之前错误使用 deathTime - 在 AiEartagRemote 组件中,简化 API 请求参数结构
This commit is contained in:
		| @@ -89,7 +89,7 @@ export default { | ||||
|     <el-form size="small" label-width="120px" :model="detail" ref="detail"> | ||||
|       <ai-card title="基础信息"> | ||||
|         <div class="grid c-4"> | ||||
|           <ai-eartag-remote :instance="instance" @enter="handlerAutocomplete"/> | ||||
|           <ai-eartag-remote :instance="instance" @enter="handlerAutocomplete" class="row"/> | ||||
|           <el-form-item label="生物芯片耳标号"> | ||||
|             <b v-text="detail.biochipEarNumber"/> | ||||
|           </el-form-item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user