This commit is contained in:
曹辉 2023-04-13 09:32:12 +08:00
parent 7c9308f6dc
commit f226eadc35

View File

@ -490,7 +490,7 @@
<el-dialog <el-dialog
title="审核" title="审核"
:visible.sync="templeopen" :visible.sync="templeopen"
width="1100px" width="900px"
append-to-body append-to-body
:before-close="templeopenfalse" :before-close="templeopenfalse"
> >
@ -536,11 +536,11 @@
>{{form.geniusItemCheck}}</div> >{{form.geniusItemCheck}}</div>
</el-form-item> </el-form-item>
<el-form-item label="证书资质"> <el-form-item label="证书资质">
<el-table :data="form.nurseStationPersonCheckList" style="width: 1050px"> <el-table :data="form.nurseStationPersonCheckList" style="width: 850px">
<el-table-column property="consumableCount" label="证书名称" align="center" width="700px"> <el-table-column property="consumableCount" label="证书名称" align="center" width="500px">
<template slot-scope="scope"> <template slot-scope="scope">
<div <div
style="text-align:left;width:500px" style="text-align:left;width:480px"
class="text" class="text"
>{{ scope.row.certificateName }}</div> >{{ scope.row.certificateName }}</div>
</template> </template>
@ -581,7 +581,7 @@ export default indexjs;
font-size: 14px; font-size: 14px;
} }
.text { .text {
width: 400px; width: 300px;
height: 40px; height: 40px;
overflow: hidden; overflow: hidden;
font-size: 14px; font-size: 14px;