refactor: Conformance Router - FILES page to Confomance page router done.
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user