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