|
@@ -15,11 +15,8 @@
|
15
|
15
|
<el-option v-for="item in shiftOptions" :label="item.label" :value="item.value" :key="item.value"></el-option>
|
16
|
16
|
</el-select>
|
17
|
17
|
</div>
|
18
|
|
-<<<<<<< .mine
|
19
|
|
- <el-table :data="patients" :class="signAndWeighBoxPatients" style="width: 100%" border highlight-current-row :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)'}" max-height="300" @current-change="handleCurrentChange">
|
20
|
|
-=======
|
|
18
|
+
|
21
|
19
|
<el-table :data="patients" :class="signAndWeighBoxPatients" style="width: 100%" border highlight-current-row :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)'}" max-height="300" @current-change="handleCurrentChange">
|
22
|
|
->>>>>>> .theirs
|
23
|
20
|
<el-table-column type="index" label="序号" width="50px" align="center"></el-table-column>
|
24
|
21
|
<el-table-column prop="name" label="姓名" min-width="20" align="center">
|
25
|
22
|
<template slot-scope="scope">
|