|
@@ -702,7 +702,7 @@
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane key="ninthInfo" label="培训考试考核情况" name="ninthInfo">
|
|
|
<div class="layout_display_flex_y">
|
|
|
- <div class="layout">
|
|
|
+ <div class="layout_flex_1-y">
|
|
|
<el-table :data="ninthData" border style="width: 100%; height: 100%" stripe highlight-current-row :key="ninthKey">
|
|
|
<el-table-column type="index" prop="no" label="序号" width="80" />
|
|
|
<el-table-column prop="id" label="id号" width="80" v-if="false"/>
|
|
@@ -778,7 +778,7 @@
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane key="tenthInfo" label="各种医疗活动记录" name="tenthInfo">
|
|
|
<div class="layout_display_flex_y">
|
|
|
- <div class="layout">
|
|
|
+ <div class="layout_flex_1-y">
|
|
|
<el-table :data="tenthData" border style="width: 100%; height: 100%" stripe highlight-current-row :key="tenthKey">
|
|
|
<el-table-column type="index" prop="no" label="序号" width="80" />
|
|
|
<el-table-column prop="id" label="id号" width="80" v-if="false"/>
|
|
@@ -832,7 +832,7 @@
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane key="twelfthInfo" label="奖惩情况" name="twelfthInfo">
|
|
|
<div class="layout_display_flex_y">
|
|
|
- <div class="layout">
|
|
|
+ <div class="layout_flex_1-y">
|
|
|
<el-table :data="twelfthData" border style="width: 100%; height: 100%" stripe highlight-current-row :key="twelfthKey">
|
|
|
<el-table-column type="index" prop="no" label="序号" width="80" />
|
|
|
<el-table-column prop="id" label="id号" width="80" v-if="false"/>
|
|
@@ -886,7 +886,7 @@
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane key="thirteenthInfo" label="专业学会任职情况" name="thirteenthInfo">
|
|
|
<div class="layout_display_flex_y">
|
|
|
- <div class="layout">
|
|
|
+ <div class="layout_flex_1-y">
|
|
|
<el-table :data="thirteenthData" border style="width: 100%; height: 100%" stripe highlight-current-row :key="thirteenthKey">
|
|
|
<el-table-column type="index" prop="no" label="序号" width="80" />
|
|
|
<el-table-column prop="id" label="id号" width="80" v-if="false"/>
|
|
@@ -933,7 +933,7 @@
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane key="fourteenthInfo" label="继续教育学分获得情况" name="fourteenthInfo">
|
|
|
<div class="layout_display_flex_y">
|
|
|
- <div class="layout">
|
|
|
+ <div class="layout_flex_1-y">
|
|
|
<el-table :data="fourteenthData" border style="width: 100%; height: 100%" stripe highlight-current-row :key="fourteenthKey">
|
|
|
<el-table-column type="index" prop="no" label="序号" width="80" />
|
|
|
<el-table-column prop="id" label="id号" width="80" v-if="false"/>
|