|
|
@@ -153,7 +153,7 @@
|
|
|
</svg>{{ lang.ssAnalysis }}
|
|
|
</div>
|
|
|
<div class="ai_refresh" :class="{ 'disabled': currentAnalysis && currentAnalysis.loading }"
|
|
|
- @click.stop="aiAnalysisRefresh78()">
|
|
|
+ @click.stop="aiAnalysisRefresh78()" v-if="false">
|
|
|
{{ lang.ssAIGenerate }}
|
|
|
<svg viewBox="0 0 1024 1024" width="200" height="200">
|
|
|
<path
|
|
|
@@ -744,7 +744,7 @@ const setEchartsArea1 = () => {
|
|
|
fontSize: 17,
|
|
|
lineHeight: 20,
|
|
|
interval: 0,
|
|
|
- formatter: function (value: any, idx: number) {
|
|
|
+ formatter: function(value: any, idx: number) {
|
|
|
// 如果是字符串且格式为JSON(图片),则解析处理
|
|
|
if (typeof value === 'string') {
|
|
|
try {
|
|
|
@@ -1504,7 +1504,7 @@ const clickContent = (flag: boolean) => {
|
|
|
watch(
|
|
|
() => props.showData?.workDetail,
|
|
|
(newId, oldId) => {
|
|
|
- getAnalysis()
|
|
|
+ getAnalysis()
|
|
|
},
|
|
|
{ immediate: true }
|
|
|
)
|