|
|
@@ -171,12 +171,15 @@
|
|
|
<el-table-column
|
|
|
prop="shi_fou_liu_yang_"
|
|
|
label="是否留样"
|
|
|
- width="100px">
|
|
|
+ width="100px"
|
|
|
+ fixed="right"
|
|
|
+ align="center">
|
|
|
</el-table-column>
|
|
|
|
|
|
<el-table-column
|
|
|
label="样品存放位置"
|
|
|
- width="230px"
|
|
|
+ width="200px"
|
|
|
+ fixed="right"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<!-- <ibps-link-data
|
|
|
@@ -189,7 +192,8 @@
|
|
|
|
|
|
<el-table-column
|
|
|
label="留样存放位置"
|
|
|
- width="230px">
|
|
|
+ width="200px"
|
|
|
+ fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<!-- <ibps-link-data
|
|
|
v-model="scope.row.liu_yang_wei_zhi_"
|
|
|
@@ -202,7 +206,8 @@
|
|
|
|
|
|
<el-table-column
|
|
|
label="接样确认状态"
|
|
|
- width="230px">
|
|
|
+ width="130px"
|
|
|
+ fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-select v-model="scope.row.jie_yang_zhuang_t" placeholder="请选择">
|
|
|
<el-option
|
|
|
@@ -217,7 +222,7 @@
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="功能">
|
|
|
+ <el-table-column label="功能" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
size="small"
|