Commit 3e3e00ea authored by 邓春圆's avatar 邓春圆

客户详情,订单异常bug修复

parent dc04b8e9
...@@ -196,10 +196,10 @@ ...@@ -196,10 +196,10 @@
<dict-tag :type="DICT_TYPE.INFRA_BOOLEAN_STRING" :value="row.isCargoControl" /> <dict-tag :type="DICT_TYPE.INFRA_BOOLEAN_STRING" :value="row.isCargoControl" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('订单状态')" align="center" prop="status"> <el-table-column :label="$t('订单状态')" align="center" prop="statusMsg">
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<dict-tag :type="DICT_TYPE.ORDER_STATUS" :value="scope.row.status" /> <!-- <dict-tag :type="DICT_TYPE.ORDER_STATUS" :value="scope.row.status" />-->
</template> <!-- </template>-->
</el-table-column> </el-table-column>
</el-table> </el-table>
<pagination @pagination="getorderList" :page.sync="queryParams.page" :limit.sync="queryParams.rows" :total="orderTotal" ></pagination> <pagination @pagination="getorderList" :page.sync="queryParams.page" :limit.sync="queryParams.rows" :total="orderTotal" ></pagination>
......
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