|
|
@ -10,7 +10,7 @@
|
|
|
|
<el-tabs v-model="activeName" @tab-click="handleClick" type="card">
|
|
|
|
<el-tabs v-model="activeName" @tab-click="handleClick" type="card">
|
|
|
|
<el-tab-pane label="生产企业" name="first">
|
|
|
|
<el-tab-pane label="生产企业" name="first">
|
|
|
|
<el-table v-loading="loading" :data="manuList"
|
|
|
|
<el-table v-loading="loading" :data="manuList"
|
|
|
|
style="width: 100%;margin-top: -10px"
|
|
|
|
style="width: 100%;margin-top: -10px" :row-style="{height:'38px'}"
|
|
|
|
:cell-style="{ color: '#fff' }"
|
|
|
|
:cell-style="{ color: '#fff' }"
|
|
|
|
:row-class-name="tableRowClassName"
|
|
|
|
:row-class-name="tableRowClassName"
|
|
|
|
@row-click="intentDetail"
|
|
|
|
@row-click="intentDetail"
|
|
|
@ -31,7 +31,7 @@
|
|
|
|
</el-tab-pane>
|
|
|
|
</el-tab-pane>
|
|
|
|
<el-tab-pane label="经营企业" name="second">
|
|
|
|
<el-tab-pane label="经营企业" name="second">
|
|
|
|
<el-table v-loading="loading" :data="supList"
|
|
|
|
<el-table v-loading="loading" :data="supList"
|
|
|
|
style="width: 100%;margin-top: -10px"
|
|
|
|
style="width: 100%;margin-top: -10px" :row-style="{height:'38px'}"
|
|
|
|
:row-class-name="tableRowClassName"
|
|
|
|
:row-class-name="tableRowClassName"
|
|
|
|
@row-click="intentDetail"
|
|
|
|
@row-click="intentDetail"
|
|
|
|
:cell-style="{ color: '#fff' }"
|
|
|
|
:cell-style="{ color: '#fff' }"
|
|
|
@ -52,7 +52,7 @@
|
|
|
|
</el-tab-pane>
|
|
|
|
</el-tab-pane>
|
|
|
|
<el-tab-pane label="医疗机构" name="third">
|
|
|
|
<el-tab-pane label="医疗机构" name="third">
|
|
|
|
<el-table v-loading="loading" :data="hospList"
|
|
|
|
<el-table v-loading="loading" :data="hospList"
|
|
|
|
style="width: 100%;margin-top: -10px"
|
|
|
|
style="width: 100%;margin-top: -10px" :row-style="{height:'38px'}"
|
|
|
|
:cell-style="{ color: '#fff' }"
|
|
|
|
:cell-style="{ color: '#fff' }"
|
|
|
|
:row-class-name="tableRowClassName"
|
|
|
|
:row-class-name="tableRowClassName"
|
|
|
|
@row-click="intentDetail"
|
|
|
|
@row-click="intentDetail"
|
|
|
|