From 1660e0f0083d1a682bf0dca9dcaf2e8ba2502f38 Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期日, 22 十月 2023 23:10:13 +0800 Subject: [PATCH] 1022 修正时间 --- ruoyi-ui/src/views/healthy/healthYear.vue | 36 +++++++++++++++++++++++------------- 1 files changed, 23 insertions(+), 13 deletions(-) diff --git a/ruoyi-ui/src/views/healthy/healthYear.vue b/ruoyi-ui/src/views/healthy/healthYear.vue index 2b07be1..02909d4 100644 --- a/ruoyi-ui/src/views/healthy/healthYear.vue +++ b/ruoyi-ui/src/views/healthy/healthYear.vue @@ -2,10 +2,13 @@ <div class="app-container" style="opacity: 1;"> <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"> - <el-form-item label="浣撴鏃堕棿" prop="checkTime"> + <el-form-item label="浣撴/鐪嬬梾鏃堕棿" prop="checkTime"> <el-date-picker v-model="dateRange" - style="width: 240px;" + style="width: 200px; + height: 35px; + border-radius: 16px 16px 16px 16px; + opacity: 0.5;" value-format="yyyy-MM-dd" type="daterange" range-separator="-" @@ -18,7 +21,10 @@ v-model="queryParams.hospital" placeholder="璇疯緭鍏ュ氨鐥呭尰闄�" clearable - style="width: 240px" + style="width: 200px; + height: 35px; + border-radius: 16px 16px 16px 16px; + opacity: 0.5;" @keyup.enter.native="handleQuery" /> </el-form-item> @@ -27,7 +33,10 @@ v-model="queryParams.type" placeholder="璇疯緭鍏ョ被鍒�" clearable - style="width: 240px" + style="width: 200px; + height: 35px; + border-radius: 16px 16px 16px 16px; + opacity: 0.5;" @keyup.enter.native="handleQuery" /> </el-form-item> @@ -37,7 +46,10 @@ v-model="queryParams.title" placeholder="璇疯緭鍏ラ鍚�" clearable - style="width: 240px" + style="width: 200px; + height: 35px; + border-radius: 16px 16px 16px 16px; + opacity: 0.5;" @keyup.enter.native="handleQuery" /> </el-form-item> @@ -110,7 +122,7 @@ <el-table-column type="selection" width="55" align="center" /> <el-table-column label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/> - <el-table-column label="浣撴鏃堕棿" prop="checkTime" sortable width="150" align="center"> + <el-table-column label="浣撴/鐪嬬梾鏃堕棿" prop="checkTime" sortable width="200" align="center"> <template slot-scope="scope">{{scope.row.checkTime? scope.row.checkTime: '鈥斺�斺�斺��'}}</template> </el-table-column> <el-table-column label="绫诲埆" prop="type" sortable width="120" /> @@ -119,7 +131,7 @@ </el-table-column> <el-table-column label="棰樺悕" prop="title" sortable width="150" /> <el-table-column label="娉ㄦ剰浜嬮」" prop="notice" sortable width="150" /> - <el-table-column label="浣撴鎶ュ憡(鐢靛瓙鏂囦欢)" prop="url" align="center" sortable width="200" > + <el-table-column label="鐢靛瓙鏂囦欢" prop="url" align="center" sortable width="150" > <template slot-scope="scope" > <div @click="handleCheck(scope.row)"> <img @@ -183,12 +195,10 @@ <el-form ref="elForm" :model="formDat" :rules="rules" size="medium" label-width="100px"> - <el-form-item label="浣撴鏃堕棿" prop="checkTime"> - <el-input - v-model='formDat.checkTime' - type='date' - placeholder='閫夋嫨鏃ユ湡' - ></el-input> + <el-form-item label="鍙戠敓鏃堕棿" prop="checkTime"> + <el-date-picker v-model="formDat.checkTime" type="date" placeholder="璇烽�夋嫨鏃ユ湡" + :editable="false" :clearable="false" :style="{width: '100%'}" value-format="yyyy-MM-dd" + ></el-date-picker> </el-form-item> <el-form-item label="绫诲埆" prop="type"> -- Gitblit v1.9.1