Browse Source

更改

wangqin
zhangzhang 11 months ago
parent
commit
c15af95a85
  1. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/index.vue

6
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/index.vue

@ -75,10 +75,10 @@
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ <span>{{
scope.row.direction == "1" scope.row.direction == "1"
? "上行" ? "菏泽"
: scope.row.direction == "2" : scope.row.direction == "2"
? "中间" ? "双向"
: "下行" : "济南"
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save