修正部分前端语法校验空格问题

This commit is contained in:
chenbo 2020-12-29 12:44:06 +08:00
parent db07389543
commit 59dd9ab42a
5 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/dts-dao/dts-dao.iml
/dts-wx-api/dts-wx-api.iml
/logs/
/admin-ui/node_modules/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -50,5 +50,3 @@ export function listShipChannel() {
method: 'get'
})
}

View File

@ -146,7 +146,7 @@
</style>
<script>
import { listOrder, shipOrder, refundOrder, detailOrder , listShipChannel } from '@/api/order'
import { listOrder, shipOrder, refundOrder, detailOrder, listShipChannel } from '@/api/order'
import Pagination from '@/components/Pagination' // Secondary package based on el-pagination
import checkPermission from '@/utils/permission' //