diff --git a/src/views/emis/emisDestination/index.vue b/src/views/emis/emisDestination/index.vue index ac360653..4263fc1e 100644 --- a/src/views/emis/emisDestination/index.vue +++ b/src/views/emis/emisDestination/index.vue @@ -61,20 +61,20 @@ - - - + + - - + + 新增 - + + - {{scope.row.orderSn}} + {{scope.row.destName}}({{scope.row.destCode}}) - - - - - 未结算 - - - 待确认 - - - 已确认 - - - 待打款 - - - 已打款 - - - 已拒绝 - - - - --> - - - - - - - - - - + + + + + + + {{scope.row.province}}/{{scope.row.city}}/{{scope.row.county}}/{{scope.row.town}} + + + + + + + + + + + 修改 - @@ -470,7 +456,7 @@ export default { }, methods: { handleStatusChange(row) { - + let text = row.status === "0" ? "启用" : "停用"; this.$modal.confirm('确认要"' + text + '""' + row.lineName + '"目的地吗?').then(function() { //改变线路的启用状态 @@ -480,7 +466,7 @@ export default { }).catch(function() { row.status = row.status === "0" ? "1" : "0"; }); - + }, /** 查询目的地列表 */ getList() {