指标加工改为规则引擎

main
yangyuanshuai 9 months ago
parent dff0942dd2
commit f80c942f1b

@ -1934,7 +1934,7 @@ export const asyncRouterMap: AppRouteRecordRaw[] = [
name: 'repSetRule', name: 'repSetRule',
menuId: 'repSetRule', menuId: 'repSetRule',
meta: { meta: {
title: '指标加工', title: '规则引擎',
alwaysShow: true, alwaysShow: true,
type:"ybt", type:"ybt",
sort:12, sort:12,

@ -293,7 +293,7 @@ const onSelectionChange = (selection: TableData[]) => {
/** 导出Excel */ /** 导出Excel */
const exportExcel = async () => { const exportExcel = async () => {
const data = { ...unref(searchParams),fileName:'指标加工.xls' } const data = { ...unref(searchParams),fileName:'规则引擎.xls' }
await exportExcelApi(data) await exportExcelApi(data)
} }
</script> </script>

Loading…
Cancel
Save