diff --git a/src/api/tc/eventAnalysisReport.js b/src/api/tc/eventAnalysisReport.js index 5c42c2a..7054f79 100644 --- a/src/api/tc/eventAnalysisReport.js +++ b/src/api/tc/eventAnalysisReport.js @@ -65,3 +65,14 @@ export function reportUpdate(data) { data: data }) } + + +/** 报告更新 */ +export function reportResultUpdate(data) { + return request({ + url: '/tc/reportResult/update', + method: 'post', + data: data + }) +} + diff --git a/src/views/operation/report/components/Prediction.vue b/src/views/operation/report/components/Prediction.vue new file mode 100644 index 0000000..d098765 --- /dev/null +++ b/src/views/operation/report/components/Prediction.vue @@ -0,0 +1,123 @@ + + + + + {{ item.label || '' }} + + + + 红 + + + 红半 + + + 黑 + + + 黑半 + + + + + + + + + \ No newline at end of file diff --git a/src/views/operation/report/index.vue b/src/views/operation/report/index.vue index 7abdeff..7d0b033 100644 --- a/src/views/operation/report/index.vue +++ b/src/views/operation/report/index.vue @@ -8,12 +8,12 @@ - + @@ -88,23 +88,17 @@ - - + + - - - finyx-AI - D3-index + finyx-AI + D3-index @@ -124,7 +118,7 @@ - +