From ec500c38ef12379454c1d9278229eb20cfc7ad57 Mon Sep 17 00:00:00 2001 From: paidaxing444 <12qwaszx> Date: Tue, 25 Aug 2020 16:02:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E6=95=B4=E5=90=88=E5=AD=A6?= =?UTF-8?q?=E6=9C=9F=E6=9C=88=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/benyi/thememonthplan/index.vue | 212 ++++++++++++------ .../src/views/benyi/themetermplan/data.vue | 4 +- .../ByThemeMonthplanController.java | 73 ++++-- .../benyi/domain/ByThemeMonthplan.java | 113 +++++++++- .../benyi/mapper/ByThemeMonthplanMapper.java | 10 +- .../service/IByThemeMonthplanService.java | 10 +- .../impl/ByThemeMonthplanServiceImpl.java | 10 +- .../mybatis/benyi/ByThemeMonthplanMapper.xml | 86 ++++--- 8 files changed, 374 insertions(+), 144 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/thememonthplan/index.vue b/ruoyi-ui/src/views/benyi/thememonthplan/index.vue index 6f752fbf5..e0dfad752 100644 --- a/ruoyi-ui/src/views/benyi/thememonthplan/index.vue +++ b/ruoyi-ui/src/views/benyi/thememonthplan/index.vue @@ -10,33 +10,46 @@ @keyup.enter.native="handleQuery" /> - - + + + v-for="dict in xnxqOptions" + :key="dict.dictValue" + :label="dict.dictLabel" + :value="dict.dictValue" + /> - - - - + style="width: 200px" + v-model="queryParams.month" + type="month" + value-format="yyyy-MM" + placeholder="选择计划月份" + > + + + + + + + + + + 搜索 @@ -78,11 +91,23 @@ - - - - + + + + + + + + + + + +