Browse Source

优化代码

DESKTOP-0GD05B0\Administrator 2 years ago
parent
commit
c263589b49

+ 0 - 1
src/components/xiao-chan/select-v4/SelectV4.vue

@@ -10,7 +10,6 @@
       :options="tempData"
       :clearable="props.clearable"
       @change="change"
-      @clear="clear"
       :placeholder="props.placeholder"
       style="width: 240px">
     <template #default="{ item }">

+ 1 - 1
src/components/zhu-yuan-yi-sheng/jian-cha-shen-qing/TianJiaJianChaJianYan.vue

@@ -193,7 +193,7 @@ const dianJiBaoCunShenQing = () => {
   yaoPinXiangMuPiPeiYiBao(listCode).then((res) => {
     if (stringNotBlank(res)) {
       cuoWuXinXi.value = res
-      ElMessageBox.confirm(res, '提示', {
+      ElMessageBox.confirm(res, '提示,仅提示,请继续电子确认完成保存。', {
         type: 'warning',
         dangerouslyUseHTMLString: true,
       }).then(() => {

+ 2 - 3
src/views/hospitalization/zhu-yuan-yi-sheng/PatientInformationInquiry.vue

@@ -76,7 +76,7 @@
       </el-form>
     </template>
 
-    <template #main>
+    <template #main="{height}">
       <pat-infomation-dialog
           v-if="dialog"
           @closed="dialog = false"
@@ -85,9 +85,8 @@
           :times="rowData.admissTimes"
           :leave-hospital="param.leaveHospital ? 2 : 1"
           :dics="dics"/>
-
       <xc-table :local-data="patInfoList"
-                :final-height="getWindowSize.h / 1.2">
+                :final-height="height">
         <el-table-column label="操作" fixed="left" width="60">
           <template #default="{row}">
             <el-button @click="details(row)" text type="primary" plain>详情</el-button>