新增SPC基本趋势图页面
This commit is contained in:
@@ -5,10 +5,12 @@ import RChartView from "./views/RChartView.vue";
|
||||
import XBarSView from "./views/XBarSView.vue";
|
||||
import SChartView from "./views/SChartView.vue";
|
||||
import CpkView from "./views/CpkView.vue";
|
||||
import RunChartView from "./views/RunChartView.vue";
|
||||
|
||||
export const routes = [
|
||||
{ path: "/", redirect: "/overview" },
|
||||
{ path: "/overview", component: OverviewView, meta: { title: "总览" } },
|
||||
{ path: "/run-chart", component: RunChartView, meta: { title: "趋势图" } },
|
||||
{ path: "/xbar-r", component: XBarRView, meta: { title: "Xbar-R" } },
|
||||
{ path: "/r-chart", component: RChartView, meta: { title: "R 图" } },
|
||||
{ path: "/xbar-s", component: XBarSView, meta: { title: "Xbar-S" } },
|
||||
|
||||
Reference in New Issue
Block a user