|
@@ -38,7 +38,7 @@
|
|
|
<el-table-column label="出院时间" align="center" prop="dischargeTime" />
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button size="mini" type="text" icon="el-icon-search" @click="op('search',scope.row)" v-hasPermi="['work:dg:edit']">查看</el-button>
|
|
|
+ <el-button size="mini" type="text" icon="el-icon-search" @click="op('search',scope.row)">查看</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -51,9 +51,7 @@
|
|
|
|
|
|
<script>
|
|
|
import search from "@/views/work/patient/search.vue";
|
|
|
-import PatientCheck from "./check/index.vue";
|
|
|
export default {
|
|
|
- components: {PatientCheck},
|
|
|
dicts:['discharge_method'],
|
|
|
name: 'User',
|
|
|
data() {
|