This commit is contained in:
曹辉 2023-04-13 09:31:30 +08:00
parent b4613cefbe
commit 8610a0e13b

View File

@ -496,7 +496,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"
> >
@ -542,11 +542,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>
@ -580,7 +580,7 @@ export default personjs;
</script> </script>
<style scoped> <style scoped>
.text { .text {
width: 400px; width: 300px;
height: 40px; height: 40px;
overflow: hidden; overflow: hidden;
font-size: 14px; font-size: 14px;