|
|
@ -109,7 +109,6 @@
|
|
|
|
<el-table-column label="医疗器械注册人" width="160" prop="ylqxzcrbarmc"></el-table-column>
|
|
|
|
<el-table-column label="医疗器械注册人" width="160" prop="ylqxzcrbarmc"></el-table-column>
|
|
|
|
<el-table-column label="器械类别" prop="qxlb" width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="器械类别" prop="qxlb" width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="供应商" prop="companyName" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="供应商" prop="companyName" width="160" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
v-if="productRemarkSet.remarkEnable1"
|
|
|
|
v-if="productRemarkSet.remarkEnable1"
|
|
|
|
:label="productRemarkSet.remarkTitle1" prop="basicPrductRemak1" width="140"
|
|
|
|
:label="productRemarkSet.remarkTitle1" prop="basicPrductRemak1" width="140"
|
|
|
@ -118,7 +117,14 @@
|
|
|
|
v-if="productRemarkSet.remarkEnable2"
|
|
|
|
v-if="productRemarkSet.remarkEnable2"
|
|
|
|
:label="productRemarkSet.remarkTitle2" prop="basicPrductRemak2" width="140"
|
|
|
|
:label="productRemarkSet.remarkTitle2" prop="basicPrductRemak2" width="140"
|
|
|
|
show-overflow-tooltip></el-table-column>
|
|
|
|
show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
v-if="productRemarkSet.remarkEnable3"
|
|
|
|
|
|
|
|
:label="productRemarkSet.remarkTitle3" prop="basicPrductRemak3" width="140"
|
|
|
|
|
|
|
|
show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
v-if="productRemarkSet.remarkEnable4"
|
|
|
|
|
|
|
|
:label="productRemarkSet.remarkTitle4" prop="basicPrductRemak4" width="140"
|
|
|
|
|
|
|
|
show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="操作" width="80" fixed="right">
|
|
|
|
<el-table-column label="操作" width="80" fixed="right">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button type="text" size="small" @click.native.stop="handleDetailClick(scope.row)">详情</el-button>
|
|
|
|
<el-button type="text" size="small" @click.native.stop="handleDetailClick(scope.row)">详情</el-button>
|
|
|
|