本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
liumin
/
zkPCproject
關注
0
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
禅道bug
newStyle
jyt
2 年之前
父節點
8ee7fe1d05
當前提交
17d4fe7637
共有
1 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/views/Statistics/BuildingContrast.vue
+ 2
- 2
src/views/Statistics/BuildingContrast.vue
查看文件
@@ -350,7 +350,7 @@ export default {
}
}, 0);
// sums[index] += ' 元';
if (index ===
7
) {
if (index ===
2
) {
sums[index] += '%';
return;
}
@@ -360,7 +360,7 @@ export default {
}
}
});
sums[1] = '
N/A
';
sums[1] = '
';
return sums;
},
downLoad() {
Write
Preview
Loading…
取消
儲存