codeMan 2 سال پیش
والد
کامیت
dcbadba5bf

+ 1 - 0
src/components/layout/menu.vue

@@ -51,6 +51,7 @@ const itemClick = (item, key, keyPath)=>{
 const routeChange = (app)=>{
   store.appData(app)
   router.push({path:app.path})
+  console.log(app.path);
 }
 const colorState = ref({})
 const setTheme = (themeName)=> {

+ 10 - 0
src/router/modelNormal.js

@@ -69,6 +69,16 @@ const moduleNormal = [
     },
     component: () => import(/* webpackChunkName: "about" */ '@/system/moduleNormal/systemSet/vacationMag/index.vue')
   },
+  {
+    path: '/remindconfig',
+    name: 'remindconfig',
+    meta: {
+      title: '系统提醒设置',
+      name: 'remindconfig',
+      keepAlive:false
+    },
+    component: () => import(/* webpackChunkName: "about" */ '@/system/moduleNormal/systemSet/systemRemind/index.vue')
+  },
   
 ];
 export default moduleNormal;

+ 21 - 0
src/system/moduleNormal/systemSet/systemRemind/index.vue

@@ -0,0 +1,21 @@
+<template>
+  <listTemp ref="list" keyRouteName="accountno" :param="param" :tableName="'systemRemindTable'" :searchType="searchType">
+    <template #operation>
+      <!-- <add @onSuccess="onSuccess"></add> -->
+    </template>
+  </listTemp>
+</template>
+
+<script setup>
+  import listTemp from '@/components/listTemplate/index.vue'
+  import {ref, onMounted} from 'vue'
+
+  let searchType = ref([
+    {label:'搜索',key:'condition',type:'input'}
+  ])
+  let param = ref({id:20221220153101,content:{pageNumber:1,pageSize:20,where:{condition:''}}})
+</script>
+
+<style  scoped>
+
+</style>

+ 1 - 0
src/system/moduleNormal/systemSet/vacationMag/index.vue

@@ -13,6 +13,7 @@
   const list = ref()
   let searchType = ref([
     {label:'范围',key:'isnext',type:'select',dataSource:[{remarks:'今年',value:'0'},{remarks:'明年',value:'1'}]},
+    // {label:'时间范围',key:'dateRange',type:'datepickerRange',objKeys:['begindate','enddate']},
   ])
   let param = ref({
     "content": {