refactor: Conformance Router - FILES page to Confomance page router done.

This commit is contained in:
chiayin
2024-03-15 16:52:43 +08:00
parent 1b813584c0
commit 49b0e462a1
4 changed files with 94 additions and 45 deletions

View File

@@ -10,8 +10,10 @@ export default defineStore('conformanceStore', {
conformanceFilterId: null, // filter 檔
conformanceLogTempCheckId: null, // log 檔存檔前的 check Id
conformanceFilterTempCheckId: null, // Filter 檔存檔前的 check Id
conformanceLogCreateCheckId: null, // log 檔存檔後的 check Id
conformanceFilterCreateCheckId: null, // Filter 檔存檔後的 check Id
conformanceLogCreateCheckId: null, // log 檔存檔後的 check Id(rule)
conformanceFilterCreateCheckId: null, // Filter 檔存檔後的 check Id(rule)
conformanceType: null, // log-check | filter-check 已存檔的 rule
conformanceParent: null, // parent log or parent filter
allConformanceTask: [],
allCfmSeqStart: [],
allCfmSeqEnd: [],