From 70e2bdb8631bfb7ec6c24ced81a236ff3197c937 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 14 三月 2024 15:30:09 +0800 Subject: [PATCH] 11 --- src/views/project/indexstatistics/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/project/indexstatistics/index.vue b/src/views/project/indexstatistics/index.vue index 3c7c7f0..fe789d4 100644 --- a/src/views/project/indexstatistics/index.vue +++ b/src/views/project/indexstatistics/index.vue @@ -2,12 +2,12 @@ <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" -- Gitblit v1.9.3