|
@ -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> |
|
|