Commit c6bbcfd2 authored by 盖献康's avatar 盖献康

bug-表单位置

parent 9a890726
...@@ -10,14 +10,14 @@ ...@@ -10,14 +10,14 @@
>详情</span> >详情</span>
<span style="font-size: 16px;position: absolute;right: 160px;padding-top: 5px;">{{ checkDetail.medicalRecordNo }}</span> <span style="font-size: 16px;position: absolute;right: 160px;padding-top: 5px;">{{ checkDetail.medicalRecordNo }}</span>
</div> </div>
<el-form ref="form" :model="checkDetail" label-width="81px"> <el-form ref="form" :model="checkDetail" label-width="96px">
<div class="title-paragraph"> <div class="title-paragraph">
<span class="title-text" style="font-size: 16px;font-weight: bold;">宠物信息</span> <span class="title-text" style="font-size: 16px;font-weight: bold;">宠物信息</span>
</div> </div>
<!-- 1 --> <!-- 1 -->
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="宠物昵称" label-width="67px"> <el-form-item label="宠物昵称" label-width="84px">
<el-input <el-input
class="input-detail" class="input-detail"
placeholder="暂无数据" placeholder="暂无数据"
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<!-- 2 --> <!-- 2 -->
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="宠物性别" label-width="67px"> <el-form-item label="宠物性别" label-width="84px">
<el-select class="input-detail" v-model="checkDetail.petSex" disabled placeholder="暂无数据"> <el-select class="input-detail" v-model="checkDetail.petSex" disabled placeholder="暂无数据">
<el-option <el-option
v-for="item in dict.type.pet_sex" v-for="item in dict.type.pet_sex"
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<!-- 3 --> <!-- 3 -->
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="宠物毛色" label-width="67px"> <el-form-item label="宠物毛色" label-width="84px">
<el-input <el-input
class="input-detail" class="input-detail"
placeholder="暂无数据" placeholder="暂无数据"
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<!-- 4 --> <!-- 4 -->
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="宠物保险" label-width="67px"> <el-form-item label="宠物保险" label-width="84px">
<el-select class="input-detail" v-model="checkDetail.insure" disabled placeholder="暂无数据"> <el-select class="input-detail" v-model="checkDetail.insure" disabled placeholder="暂无数据">
<el-option <el-option
v-for="item in insureOptions" v-for="item in insureOptions"
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
<!-- 1 --> <!-- 1 -->
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="宠主姓名" label-width="67px"> <el-form-item label="宠主姓名" label-width="84px">
<el-input <el-input
class="input-detail" class="input-detail"
placeholder="暂无数据" placeholder="暂无数据"
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
<!-- 缴费信息 --> <!-- 缴费信息 -->
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="缴费金额" label-width="67px"> <el-form-item label="缴费金额" label-width="84px">
<el-input <el-input
class="input-detail" class="input-detail"
placeholder="暂无数据" placeholder="暂无数据"
...@@ -216,8 +216,8 @@ ...@@ -216,8 +216,8 @@
</el-col> </el-col>
</el-row> </el-row>
<div style="display: flex;align-items: center;margin-bottom: 10px;"> <div style="display: flex;align-items: center;margin-bottom: 10px;">
<div style="height: 16px;border-left: 3px solid #5bb647;" /> <div style="height: 20px;border-left: 5px solid #5FB54B;" />
<div style="padding-left: 8px;font-size: 16px;font-weight: bold;">预约信息</div> <div style="padding-left: 10px;font-size: 16px;font-weight: bold;">预约信息</div>
<div style="margin-left: auto;padding-right: 50px;"> <div style="margin-left: auto;padding-right: 50px;">
<el-button v-show="checkDetail.deviceId === null" class="fourWordsBtn" @click="bookNow">立即预约</el-button> <el-button v-show="checkDetail.deviceId === null" class="fourWordsBtn" @click="bookNow">立即预约</el-button>
</div> </div>
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<!-- 预约信息 --> <!-- 预约信息 -->
<el-row v-show="checkDetail.checkSchedule >= 2"> <el-row v-show="checkDetail.checkSchedule >= 2">
<el-col :span="8"> <el-col :span="8">
<el-form-item label="检查类型" label-width="67px"> <el-form-item label="检查类型" label-width="84px">
<el-select class="input-detail" v-model="checkDetail.checkType" disabled placeholder="暂无数据"> <el-select class="input-detail" v-model="checkDetail.checkType" disabled placeholder="暂无数据">
<el-option <el-option
v-for="item in dict.type.check_type" v-for="item in dict.type.check_type"
...@@ -254,15 +254,15 @@ ...@@ -254,15 +254,15 @@
</el-row> </el-row>
<el-row v-show="checkDetail.checkSchedule < 2"> <el-row v-show="checkDetail.checkSchedule < 2">
<el-col :span="8"> <el-col :span="8">
<el-form-item label="暂未预约" label-width="67px"> <el-form-item label="暂未预约" label-width="84px">
<span></span> <span></span>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<div v-show="checkDetail.checkSchedule >= 2"> <div v-show="checkDetail.checkSchedule >= 2">
<div style="display: flex;align-items: center;margin-bottom: 10px;"> <div style="display: flex;align-items: center;margin-bottom: 10px;">
<div style="height: 16px;border-left: 3px solid #5bb647;" /> <div style="height: 20px;border-left: 5px solid #5bb647;" />
<div style="padding-left: 8px;font-size: 16px;font-weight: bold;">检查信息</div> <div style="padding-left: 10px;font-size: 16px;font-weight: bold;">检查信息</div>
<div style="margin-left: auto;padding-right: 50px;"> <div style="margin-left: auto;padding-right: 50px;">
<el-button v-show="checkDetail.checkSchedule >=2 && (checkDetail.shadowReport === null || checkDetail.shadowReport === '')" class="fourWordsBtn" @click="uploadReport">上传报告</el-button> <el-button v-show="checkDetail.checkSchedule >=2 && (checkDetail.shadowReport === null || checkDetail.shadowReport === '')" class="fourWordsBtn" @click="uploadReport">上传报告</el-button>
</div> </div>
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
<!-- 检查信息 --> <!-- 检查信息 -->
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="检查项目" label-width="67px"> <el-form-item label="检查项目" label-width="84px">
<el-input <el-input
class="input-detail" class="input-detail"
placeholder="暂无数据" placeholder="暂无数据"
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
<!-- 2 --> <!-- 2 -->
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="检查日期" label-width="67px"> <el-form-item label="检查日期" label-width="84px">
<span>{{ parseTime(checkDetail.checkStartTime, '{y}/{m}/{d}') }}</span> <span>{{ parseTime(checkDetail.checkStartTime, '{y}/{m}/{d}') }}</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
<!-- 3 --> <!-- 3 -->
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="影像报告" label-width="67px"> <el-form-item label="影像报告" label-width="84px">
<!-- <span>{{ checkDetail.shadowReport || '暂未上传' }}</span>--> <!-- <span>{{ checkDetail.shadowReport || '暂未上传' }}</span>-->
<el-button v-show="checkDetail.shadowReport !== null && checkDetail.shadowReport !== ''" class="fourWordsBtn" @click="viewTheReport">查看报告</el-button> <el-button v-show="checkDetail.shadowReport !== null && checkDetail.shadowReport !== ''" class="fourWordsBtn" @click="viewTheReport">查看报告</el-button>
<span v-show="checkDetail.shadowReport === null || checkDetail.shadowReport === ''">{{ '暂未上传' }}</span> <span v-show="checkDetail.shadowReport === null || checkDetail.shadowReport === ''">{{ '暂未上传' }}</span>
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
@close="closeDialog" @close="closeDialog"
> >
<div style="margin-top: 20px"> <div style="margin-top: 20px">
<el-form ref="file" label-width="120px"> <el-form ref="file">
<el-form-item label="影像报告"> <el-form-item label="影像报告">
<FileUpload v-model="videoReport" :limit="1" :file-size="4" :file-type="['pdf']" :is-show-tip="false" /> <FileUpload v-model="videoReport" :limit="1" :file-size="4" :file-type="['pdf']" :is-show-tip="false" />
</el-form-item> </el-form-item>
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
> >
<el-table-column type="selection" min-width="47" align="center" :reserve-selection="true" /> <el-table-column type="selection" min-width="47" align="center" :reserve-selection="true" />
<el-table-column label="序号" type="index" align="left" /> <el-table-column label="序号" type="index" align="left" />
<el-table-column label="检查类型" align="left" prop="checkType" width="100"> <el-table-column label="检查类型" align="left" prop="checkType" min-width="105">
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag <dict-tag
:options="dict.type.check_type" :options="dict.type.check_type"
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
<span>{{ scope.row.nickname || '-' }}</span> <span>{{ scope.row.nickname || '-' }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="联系方式" align="left" :show-overflow-tooltip="true" prop="phonenumber" width="90" /> <el-table-column label="联系方式" align="left" :show-overflow-tooltip="true" prop="phonenumber" min-width="100" />
<el-table-column label="预约兽医" align="left" :show-overflow-tooltip="true" prop="doctorName" /> <el-table-column label="预约兽医" align="left" :show-overflow-tooltip="true" prop="doctorName" />
<el-table-column label="所属科室" align="left" :show-overflow-tooltip="true" prop="doctorDeptName" /> <el-table-column label="所属科室" align="left" :show-overflow-tooltip="true" prop="doctorDeptName" />
<el-table-column label="缴费状态" align="left" :show-overflow-tooltip="true" prop="payType"> <el-table-column label="缴费状态" align="left" :show-overflow-tooltip="true" prop="payType">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment