|
@@ -247,7 +247,7 @@
|
|
|
<el-button type="warning" size="small" icon="el-icon-refresh-right" @click="chongZhi">重置</el-button>
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
</el-dialog>
|
|
|
- <el-dialog v-model="xiuGaiYiShen" title="管床医生">
|
|
|
+ <el-dialog v-model="xiuGaiYiShen" title="修改管床医生">
|
|
|
<el-select v-model="guanChuangYiShen.yiShenCode" filterable clearable remote
|
|
|
reserve-keyword
|
|
|
:remote-method="remoteMethod">
|
|
@@ -269,7 +269,7 @@
|
|
|
<script>
|
|
|
import {clockinShortcuts} from '../../../data/shortcuts'
|
|
|
import {ref, unref, watch, onMounted} from "vue"
|
|
|
-import store from '@/store'
|
|
|
+import store from '../../../store'
|
|
|
import {getClrTypes, getInsutypes} from "../../../api/medical-insurance/si-dict"
|
|
|
import {getDateRangeFormatDate} from "../../../utils/date"
|
|
|
import {
|
|
@@ -640,7 +640,3 @@ export default {
|
|
|
|
|
|
|
|
|
</script>
|
|
|
-
|
|
|
-<style scoped>
|
|
|
-
|
|
|
-</style>
|