|
@ -63,7 +63,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="操作" align="center" width="130px">
|
|
<el-table-column label="操作" align="center" width="130px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button type="text" @click="openDialog(scope)">编辑</el-button>
|
|
|
|
|
|
<el-button type="text" @click="openDialog(scope.row)">编辑</el-button>
|
|
<el-button type="text" @click="onClickServiceRecord(scope.row)">服务记录</el-button>
|
|
<el-button type="text" @click="onClickServiceRecord(scope.row)">服务记录</el-button>
|
|
<el-button type="text">就医记录</el-button>
|
|
<el-button type="text">就医记录</el-button>
|
|
</template>
|
|
</template>
|
|
@ -82,7 +82,7 @@
|
|
<template v-if="serviceRecordVisable">
|
|
<template v-if="serviceRecordVisable">
|
|
<Copd-service-record-patient :patient="currentEditData" @back="back"></Copd-service-record-patient>
|
|
<Copd-service-record-patient :patient="currentEditData" @back="back"></Copd-service-record-patient>
|
|
</template>
|
|
</template>
|
|
<el-dialog title="编辑" :visible.sync="dialogVisible" width="70%">
|
|
|
|
|
|
<el-dialog title="编辑" :currentInfo="currentInfo" :visible.sync="dialogVisible" width="70%">
|
|
<lasc-modify-patient></lasc-modify-patient>
|
|
<lasc-modify-patient></lasc-modify-patient>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
</div>
|
|
</div>
|