|
|
@ -115,6 +115,16 @@
|
|
|
|
<el-table-column label="注册/备案凭证" prop="zczbhhzbapzbh" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="注册/备案凭证" prop="zczbhhzbapzbh" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="器械类别" prop="qxlb" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="器械类别" prop="qxlb" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="供应商" prop="companyName" show-overflow-tooltip></el-table-column>
|
|
|
|
<el-table-column label="供应商" prop="companyName" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
v-if="productRemarkSet.remarkEnable1"
|
|
|
|
|
|
|
|
:label="productRemarkSet.remarkTitle1" prop="basicPrductRemak1"
|
|
|
|
|
|
|
|
show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
|
|
<el-table-column
|
|
|
|
|
|
|
|
v-if="productRemarkSet.remarkEnable2"
|
|
|
|
|
|
|
|
:label="productRemarkSet.remarkTitle2" prop="basicPrductRemak2"
|
|
|
|
|
|
|
|
show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
|
|
|
|
|
|
<el-table-column label="操作" width="160">
|
|
|
|
<el-table-column label="操作" width="160">
|
|
|
|
<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>
|
|
|
|