浏览代码

修改

master
huxinglu 4 年前
父节点
当前提交
e1c5989432
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/views/command/index.vue

+ 2
- 1
src/views/command/index.vue 查看文件

@@ -175,7 +175,8 @@
computed: {
...mapGetters(["fontSize"])
},
components: {dateLeft, dateRight, problemLeft, problemDetailWin, askLeft,hpDetailWin,qualityLeft,qualityRight},
// components: {dateLeft, dateRight, problemLeft, problemDetailWin, askLeft,hpDetailWin,qualityLeft,qualityRight},
components: {problemDetailWin,hpDetailWin},
methods: {
hpDetail(driverId){
this.closeInfoWin()

正在加载...
取消
保存