| | |
| | | </el-col> |
| | | <el-col :span="7"> |
| | | <div |
| | | style="backgroun-color:black; margin:bottom:5px;height:100%;padding-top:50px;" |
| | | style="backgroun-color:black; margin-bottom:5px;height:100%;padding-top:50px;" |
| | | > |
| | | <el-row> |
| | | <div style="color:white;font-size:15px;text-align:center"> |
| | |
| | | leijishuju: {}, |
| | | arrrrr: [], |
| | | captchaOnOff: true, |
| | | uuid:'', |
| | | uuid: "", |
| | | form: {}, |
| | | hospitallist: [], |
| | | year: "", |
| | |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | | <style scoped></style> |
| | | <script> |
| | | import { getUserProfile } from "@/api/system/user"; |
| | | import { |
| | |
| | | <div class="app-container" style="background-color: #f2f2f2; color: #fff"> |
| | | <el-card shadow="always" style="color: #566f94"> |
| | | <el-row :gutter="8"> |
| | | <el-col :span="6"> |
| | | <el-col :span="8"> |
| | | <el-date-picker |
| | | v-model="selecttime" |
| | | type="monthrange" |
| | | range-separator="至" |
| | | start-placeholder="开始月份" |
| | | start-placeholder="开始月份(默认本年度)" |
| | | end-placeholder="结束月份" |
| | | value-format="yyyy-MM-dd" |
| | | @change="getTimeList" |