提交
This commit is contained in:
		| @ -11,7 +11,7 @@ VITE_APP_ENV = 'development' | |||||||
| # 曾涛 | # 曾涛 | ||||||
| # VITE_APP_BASE_API = 'http://192.168.110.149:8899' | # VITE_APP_BASE_API = 'http://192.168.110.149:8899' | ||||||
| # 罗成 | # 罗成 | ||||||
| VITE_APP_BASE_API = 'http://192.168.110.188:8899' | VITE_APP_BASE_API = 'http://192.168.110.149:8899' | ||||||
| # 朱银 | # 朱银 | ||||||
| # VITE_APP_BASE_API = 'http://192.168.110.149:8899' | # VITE_APP_BASE_API = 'http://192.168.110.149:8899' | ||||||
| #曾涛 | #曾涛 | ||||||
|  | |||||||
| @ -53,18 +53,22 @@ | |||||||
|         </el-col> |         </el-col> | ||||||
|         <el-col :span="12"> |         <el-col :span="12"> | ||||||
|           <el-form-item label="合格证书"> |           <el-form-item label="合格证书"> | ||||||
|             <el-image :src="formData.equipmentPhoto" fit="fill" /> |             <el-image :src="formData.equipmentPhoto" fit="contain" style="width: 150px; height: 150px" /> | ||||||
|           </el-form-item> |           </el-form-item> | ||||||
|         </el-col> |         </el-col> | ||||||
|         <el-col :span="12"> |         <el-col :span="12"> | ||||||
|           <el-form-item label="设备照片"> </el-form-item> |           <el-form-item label="设备照片"> | ||||||
|  |             <el-image :src="formData.qualification" fit="contain" style="width: 150px; height: 150px" /> | ||||||
|  |           </el-form-item> | ||||||
|         </el-col> |         </el-col> | ||||||
|         <el-col :span="12"> |         <el-col :span="12"> | ||||||
|           <el-form-item label="检验报告"> </el-form-item> |           <el-form-item label="检验报告"> | ||||||
|  |             <el-image :src="formData.verificationReport" fit="contain" style="width: 150px; height: 150px" /> | ||||||
|  |           </el-form-item> | ||||||
|         </el-col> |         </el-col> | ||||||
|         <el-col :span="12"> |         <!-- <el-col :span="12"> | ||||||
|           <el-form-item label="上传时间">{{ formData.createdAt }}</el-form-item> |           <el-form-item label="上传时间">{{ formData.createdAt }}</el-form-item> | ||||||
|         </el-col> |         </el-col> --> | ||||||
|         <el-col :span="12"> |         <el-col :span="12"> | ||||||
|           <el-form-item label="备注">{{ formData.remark }}</el-form-item> |           <el-form-item label="备注">{{ formData.remark }}</el-form-item> | ||||||
|         </el-col> |         </el-col> | ||||||
|  | |||||||
| @ -23,11 +23,11 @@ | |||||||
|           <el-col :span="1.5"> |           <el-col :span="1.5"> | ||||||
|             <el-button type="primary" plain icon="Plus" @click="handleAdd" v-hasPermi="['mechanical:mechanicalrewriting:add']">新增</el-button> |             <el-button type="primary" plain icon="Plus" @click="handleAdd" v-hasPermi="['mechanical:mechanicalrewriting:add']">新增</el-button> | ||||||
|           </el-col> |           </el-col> | ||||||
|           <el-col :span="1.5"> |           <!-- <el-col :span="1.5"> | ||||||
|             <el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['mechanical:mechanicalrewriting:export']" |             <el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['mechanical:mechanicalrewriting:export']" | ||||||
|               >导出</el-button |               >导出</el-button | ||||||
|             > |             > | ||||||
|           </el-col> |           </el-col> --> | ||||||
|           <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> |           <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> | ||||||
|         </el-row> |         </el-row> | ||||||
|       </template> |       </template> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user