yeguodong 4 päivää sitten
vanhempi
commit
5920c0a04b

+ 3 - 3
src/views/medical-advice/advice-management/CqYzPrintDetail.vue

@@ -17,7 +17,7 @@
               >查询</el-button
             >
             <el-button icon="Printer" type="success" @click="batchUpdateVisible = true;"
-              >批量更新</el-button
+              >批量修改</el-button
             >
           </el-col>
           <el-col :span="8">
@@ -66,7 +66,7 @@
                   <el-table-column prop="endTime" label="停止时间"  width="160">
                       <template #default="scope">
                           <el-input v-if="scope.row.actOrderNo != null"
-                                    v-model="scope.row.endTime" autocomplete="off" placeholder="格式:yyyy-MM-dd HH:mm:ss"/>
+                                    v-model="scope.row.endTime" autocomplete="off" placeholder="yyyy-MM-dd HH:mm:ss"/>
                       </template>
                   </el-table-column>
                   <el-table-column prop="modifierName" label="医师签名"  width="80"/>
@@ -112,7 +112,7 @@
                 </el-select>
             </el-form-item>
             <el-form-item label="停止时间" label-width="140px">
-                <el-input v-model="form.endTime" autocomplete="off" placeholder="yyyy-MM-dd HH:mm:ss"/>
+                <el-input v-model="form.endTime" autocomplete="off" placeholder="格式:yyyy-MM-dd HH:mm:ss"/>
             </el-form-item>
             <el-form-item label="停医嘱的医师" label-width="140px">
                 <el-select v-model="form.modifier" filterable>

+ 3 - 3
src/views/medical-advice/advice-management/LsYzPrint.vue

@@ -96,12 +96,12 @@
                         </td>
                     </tr>
                     <tr>
-                        <th style="width: 40px; height: 40px">日期</th>
-                        <th style="width: 38px">时间</th>
+                        <th style="width: 45px; height: 40px">日期</th>
+                        <th style="width: 40px">时间</th>
                         <th>临时医嘱</th>
                         <th style="width: 85px">医师签名</th>
                         <th style="width: 85px">核对护士签名</th>
-                        <th style="width: 80px">执行时间</th>
+                        <th style="width: 90px">执行时间</th>
                         <th style="width: 85px">执行护士签名</th>
                     </tr>
                     </thead>

+ 1 - 1
src/views/medical-advice/advice-management/LsYzPrintDetail.vue

@@ -17,7 +17,7 @@
               >查询</el-button
             >
             <el-button icon="Printer" type="success" @click="batchUpdateVisible = true;"
-              >批量更新</el-button
+              >批量修改</el-button
             >
 <!--            <el-button icon="Printer" type="success" @click="printClick"
               >打印</el-button