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 @@ - - - - + + + + + + + + + + + +