Merge branch 'master' of http://114.55.171.231:3000/lxd/ECG
This commit is contained in:
commit
1f547a53b2
@ -107,18 +107,7 @@
|
|||||||
:formatter="dateFormatter2"
|
:formatter="dateFormatter2"
|
||||||
width="110px"
|
width="110px"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column label="检查项目" align="center" prop="examItemName" min-width="260px" />
|
||||||
label="检查项目"
|
|
||||||
header-align="center"
|
|
||||||
prop="examItemName"
|
|
||||||
min-width="260px"
|
|
||||||
/>
|
|
||||||
<el-table-column
|
|
||||||
label="影像设备"
|
|
||||||
header-align="center"
|
|
||||||
prop="deviceName"
|
|
||||||
min-width="260px"
|
|
||||||
/>
|
|
||||||
<el-table-column label="操作" align="center" fixed="right" width="60px">
|
<el-table-column label="操作" align="center" fixed="right" width="60px">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-button link @click="handleRowClick(scope.row)" style="color: rgb(56, 119, 246)">
|
<el-button link @click="handleRowClick(scope.row)" style="color: rgb(56, 119, 246)">
|
||||||
|
Loading…
Reference in New Issue
Block a user