消除引用

This commit is contained in:
aixianling
2022-05-17 10:19:56 +08:00
parent 2cfdd02853
commit 905e487269
8 changed files with 4 additions and 24 deletions

View File

@@ -58,12 +58,10 @@
<script>
import MakeCalls from "./component/makeCalls";
import OpenMap from "./component/openMap";
import AiCell from "../../components/AiCell";
import AiBack from "../../components/AiBack";
export default {
name: "userDetail",
components: {AiBack, AiCell, OpenMap, MakeCalls},
components: {OpenMap, MakeCalls},
computed: {
batteryIcon() {
return this.cdn(this.detail.electricQuantity == 100 ? 'dcm' : 'dcq')