🔱: [client] sync upgrade with 8 commits [trident-sync]

Merge remote-tracking branch 'origin/main'
refactor: circle check
refactor: circle check
refactor: 1.11.8
refactor: upload demo test
perf: 优化dict性能
refactor: debug
This commit is contained in:
GitHub Actions Bot
2023-03-24 19:24:06 +00:00
parent b9dd4a35db
commit e7628bdbdd
10 changed files with 537 additions and 57 deletions
@@ -27,7 +27,7 @@ let manyStatus = [
{ value: "2", label: "停止", color: "cyan" },
{ value: "0", label: "关闭", color: "red", icon: "ion:radio-button-off" }
];
for (let i = 0; i < 8; i++) {
for (let i = 0; i < 2; i++) {
manyStatus = manyStatus.concat(_.cloneDeep(manyStatus));
}
let idIndex = 0;