|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <crumbs title="调用记录" style="min-width: 960px" class="knowledgeTitle">
|
|
|
- <el-form :inline="true">
|
|
|
+ <crumbs title="调用记录" style="min-width: 980px;" class="knowledgeTitle">
|
|
|
+ <el-form :inline="true" class="demo-form-inline">
|
|
|
<el-form-item label="患者标识:" prop="patientId">
|
|
|
<el-input
|
|
|
size="mini"
|
|
@@ -221,7 +221,8 @@
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<span>
|
|
|
- {{ scope.row.subHospitalCode === null? '-' : scope.row.patientId }}</span>
|
|
|
+ {{ scope.row.subHospitalCode === null? '-' : scope.row.patientId }}
|
|
|
+ </span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -247,7 +248,6 @@
|
|
|
<el-dialog
|
|
|
title="响应日志信息"
|
|
|
:visible.sync="respVisible"
|
|
|
-
|
|
|
>
|
|
|
<div>{{result}}</div>
|
|
|
</el-dialog>
|