修改
This commit is contained in:
parent
b4613cefbe
commit
8610a0e13b
@ -496,7 +496,7 @@
|
||||
<el-dialog
|
||||
title="审核"
|
||||
:visible.sync="templeopen"
|
||||
width="1100px"
|
||||
width="900px"
|
||||
append-to-body
|
||||
:before-close="templeopenfalse"
|
||||
>
|
||||
@ -542,11 +542,11 @@
|
||||
>{{form.geniusItemCheck}}</div>
|
||||
</el-form-item>
|
||||
<el-form-item label="证书资质">
|
||||
<el-table :data="form.nurseStationPersonCheckList" style="width: 1050px">
|
||||
<el-table-column property="consumableCount" label="证书名称" align="center" width="700px">
|
||||
<el-table :data="form.nurseStationPersonCheckList" style="width: 850px">
|
||||
<el-table-column property="consumableCount" label="证书名称" align="center" width="500px">
|
||||
<template slot-scope="scope">
|
||||
<div
|
||||
style="text-align:left;width:500px"
|
||||
style="text-align:left;width:480px"
|
||||
class="text"
|
||||
>{{ scope.row.certificateName }}</div>
|
||||
</template>
|
||||
@ -580,7 +580,7 @@ export default personjs;
|
||||
</script>
|
||||
<style scoped>
|
||||
.text {
|
||||
width: 400px;
|
||||
width: 300px;
|
||||
height: 40px;
|
||||
overflow: hidden;
|
||||
font-size: 14px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user