风险矩阵配置接口完成

This commit is contained in:
2026-08-31 15:11:53 +08:00
parent 8bb82e7bdf
commit a3e03466e1
3 changed files with 258 additions and 197 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const form = ref<ApplyForm>({
name: "", dept: "", mainChanges: [""], related: "", purposes: [], effect: "",
type: "", level: "", duration: "", urgent: false, date: null, restoreDate: null,
});
const tab = ref<string>("risk");
const tab = ref<string>("pre");
const TABS = [
{ id: "pre", name: "变更预识别", icon: 'lucide:sparkles' },
{ id: "form", name: "变更申请表", icon: 'akar-icons:file' },