Commit 41d49146 authored by 我在何方's avatar 我在何方

异常列表订单状态优化

parent 0d5ab4ba
......@@ -226,10 +226,10 @@
<dict-tag :type="DICT_TYPE.INFRA_BOOLEAN_STRING" :value="scope.row.isCargoControl" />
</template>
</el-table-column>
<el-table-column :label="$t('订单状态')" align="center" prop="orderExceptionAmount" >
<template slot-scope="scope">
<el-table-column :label="$t('订单状态')" align="center" prop="statusMsg" >
<!-- <template slot-scope="scope">
<dict-tag :type="DICT_TYPE.ORDER_STATUS" :value="scope.row.orderStatus" />
</template>
</template> -->
</el-table-column>
<el-table-column :label="$t('异常状态')" align="center">
<template slot-scope="scope">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment