Explorar el Código

总后台增加商城处方-未开放数据统计2

cgp hace 1 día
padre
commit
da31ebd641

+ 15 - 15
src/views/his/statistics/doctorNotPrescribeStats/doctorNotPrescribeDetail.vue

@@ -8,21 +8,21 @@
     @close="handleClose"
   >
     <!-- 医生不开方理由(只读) -->
-    <div class="not-prescribe-reason-section">
-      <el-form label-width="120px" size="small">
-        <el-form-item label="不开方理由:">
-          <el-input
-            type="textarea"
-            :value="notPrescribeReason"
-            readonly
-            disabled
-            :rows="3"
-            style="color: #1a1a1a; background-color: #f5f7fa;"
-          />
-        </el-form-item>
-      </el-form>
-      <el-divider />
-    </div>
+<!--    <div class="not-prescribe-reason-section">-->
+<!--      <el-form label-width="120px" size="small">-->
+<!--        <el-form-item label="不开方理由:">-->
+<!--          <el-input-->
+<!--            type="textarea"-->
+<!--            :value="notPrescribeReason"-->
+<!--            readonly-->
+<!--            disabled-->
+<!--            :rows="3"-->
+<!--            style="color: #1a1a1a; background-color: #f5f7fa;"-->
+<!--          />-->
+<!--        </el-form-item>-->
+<!--      </el-form>-->
+<!--      <el-divider />-->
+<!--    </div>-->
 
     <!-- 患者基本信息 -->
     <div v-if="customerInfo && Object.keys(customerInfo).length" class="customer-info-section">