Commit 77065915 by liuchenxi

update: 连带率指标放开限制

parent d5a969a9
......@@ -13,7 +13,8 @@ export default {
return val => parseFloat(val || 0).toLocaleString('zh', { minimumFractionDigits: 2 });
},
timeLimit() {
return this.$route.query.createTime > 1635436800000;
return true;
// return this.$route.query.createTime > 1635436800000;
}
}
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment