|
|
@@ -47,12 +47,12 @@
|
|
|
></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <!-- <el-table-column label="设备名称" prop="sheBeiMingCheng" width="160">
|
|
|
+ <el-table-column label="设备名称" prop="sheBeiMingCheng" width="160">
|
|
|
<template slot-scope="{ row }">
|
|
|
<div v-if="isReadonly">{{ row.sheBeiMingCheng }}</div>
|
|
|
<el-input v-else v-model="row.sheBeiMingCheng"></el-input
|
|
|
></template>
|
|
|
- </el-table-column> -->
|
|
|
+ </el-table-column>
|
|
|
|
|
|
<el-table-column label="质控品厂家" prop="zhiKongChangJia" width="160">
|
|
|
<template slot-scope="{ row }">
|
|
|
@@ -299,7 +299,7 @@ export default {
|
|
|
columns: {
|
|
|
xuanZeXiangMu: '选择项目',
|
|
|
xiangMu: '项目',
|
|
|
- // sheBeiMingCheng: '设备名称',
|
|
|
+ sheBeiMingCheng: '设备名称',
|
|
|
zhiKongPinPiHao: '质控批号',
|
|
|
piHaoKaiShiShiJia: '批号开始时间',
|
|
|
zhiKongChangJia: '质控品厂家',
|