This commit is contained in:
曹辉 2023-04-13 09:27:54 +08:00
parent 931c7e4eac
commit 7c9308f6dc

View File

@ -530,11 +530,14 @@
</div> </div>
</el-form-item> </el-form-item>
<el-form-item label="擅长项目"> <el-form-item label="擅长项目">
<div class="text" style="width:600px">{{ form.geniusItemCheck }}</div> <div
class="text"
style="width:400px;height:100px;line-height:26px;overflow: scroll"
>{{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: 1050px">
<el-table-column property="consumableCount" label="证书名称" align="center" width="600px"> <el-table-column property="consumableCount" label="证书名称" align="center" width="700px">
<template slot-scope="scope"> <template slot-scope="scope">
<div <div
style="text-align:left;width:500px" style="text-align:left;width:500px"
@ -554,11 +557,6 @@
/>--> />-->
</template> </template>
</el-table-column> </el-table-column>
<el-table-column property="sort" label="证书排序" align="center">
<template slot-scope="scope">
<div style="text-align:left;width:200px" class="text">{{ scope.row.sort }}</div>
</template>
</el-table-column>
</el-table> </el-table>
</el-form-item> </el-form-item>
</el-form> </el-form>