优化业务受理页面

This commit is contained in:
wuxw 2025-07-08 23:31:43 +08:00
parent e2d2dbfb5c
commit d720526e18
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="white-bg padding-lg padding-top border-radius"> <div class="white-bg padding-lg padding-top border-radius margin">
<el-row type="flex" justify="space-between"> <el-row type="flex" justify="space-between">
<div class="text-title">{{ $t('ownerDetail.ownerInfo') }}</div> <div class="text-title">{{ $t('ownerDetail.ownerInfo') }}</div>
<div> <div>
@ -16,7 +16,7 @@
<!-- Owner Information --> <!-- Owner Information -->
<div class="margin-top "> <div class="margin-top ">
<el-row style="min-height: 160px;"> <el-row style="min-height: 160px;">
<el-col :span="4"> <el-col :span="3">
<div class="text-center vc-float-left" style="width: 150px;" v-if="ownerDetailInfo.faceUrl"> <div class="text-center vc-float-left" style="width: 150px;" v-if="ownerDetailInfo.faceUrl">
<img width="120px" height="140px" class="border-radius" :src="ownerDetailInfo.faceUrl" <img width="120px" height="140px" class="border-radius" :src="ownerDetailInfo.faceUrl"
@error="errorLoadImg" /> @error="errorLoadImg" />
@ -25,7 +25,7 @@
<img width="120px" height="140px" class="border-radius" src="/img/noPhoto.jpg" /> <img width="120px" height="140px" class="border-radius" src="/img/noPhoto.jpg" />
</div> </div>
</el-col> </el-col>
<el-col :span="20" class="text-left"> <el-col :span="21" class="text-left">
<el-form> <el-form>
<el-row> <el-row>
<el-col :span="6"> <el-col :span="6">

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="white-bg padding-top-lg"> <div class="white-bg padding-top-lg margin">
<div class="margin-top padding-bottom-lg flex justify-center"> <div class="margin-top padding-bottom-lg flex justify-center">
<div class="search-switch"> <div class="search-switch">
<el-select v-model="simplifyAcceptanceInfo.searchType" @change="_changeSearchType"> <el-select v-model="simplifyAcceptanceInfo.searchType" @change="_changeSearchType">