序列-数量,标题修改
This commit is contained in:
parent
3964129d1a
commit
5ec730ca8b
@ -298,7 +298,7 @@
|
||||
width="180px"
|
||||
/>
|
||||
<el-table-column label="设备类型" align="center" prop="deviceType" />
|
||||
<el-table-column label="Se/Im" align="center" prop="seDc" width="80px" />
|
||||
<el-table-column label="序列/数量" align="center" prop="seDc" width="80px" />
|
||||
<el-table-column label="检查项目名称" align="center" prop="examItemName" width="180px" />
|
||||
|
||||
<el-table-column label="报告状态" align="center" prop="reportstatus" width="100px">
|
||||
@ -458,11 +458,10 @@ const clickNumber = ref(0)
|
||||
function handleEdit(row) {
|
||||
console.log(111111121212)
|
||||
|
||||
if(!row.deviceType.includes("US"))//US是超声类
|
||||
{
|
||||
if (!row.deviceType.includes('US')) {
|
||||
//US是超声类
|
||||
opendicomViewFrom(row.id, row.orgId, row.regId, row.examId)
|
||||
|
||||
|
||||
/* clickNumber.value++;
|
||||
if (clickNumber.value == 2) {
|
||||
|
||||
|
@ -297,7 +297,7 @@
|
||||
width="180px"
|
||||
/>
|
||||
<el-table-column label="设备类型" align="center" prop="deviceType" />
|
||||
<el-table-column label="Se/Im" align="center" prop="seDc" width="80px" />
|
||||
<el-table-column label="序列/数量" align="center" prop="seDc" width="80px" />
|
||||
<el-table-column label="检查项目名称" align="center" prop="examItemName" width="160px" />
|
||||
|
||||
<el-table-column label="报告状态" align="center" prop="reportstatus" width="100px">
|
||||
@ -457,11 +457,10 @@ const openultrForm = (id: number, orgid: string, regid: string) => {
|
||||
const clickNumber = ref(0)
|
||||
function handleEdit(row) {
|
||||
console.log(111111121212)
|
||||
if(row.deviceType.includes("US"))//US是超声类
|
||||
{
|
||||
if (row.deviceType.includes('US')) {
|
||||
//US是超声类
|
||||
openultrForm(row.id, row.orgId, row.regId)
|
||||
|
||||
|
||||
/* clickNumber.value++;
|
||||
if (clickNumber.value == 2) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user