Commit bd4920ef authored by dcy's avatar dcy

待合单列表修改

parent 3347d8e1
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
</el-table-column> </el-table-column>
<el-table-column :label="$t('状态')" align="center"> <el-table-column :label="$t('状态')" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.abnormalState!=0?$t('异常'):$t('正常')}} <dict-tag :type="DICT_TYPE.ORDER_STATUS" :value="scope.row.status"></dict-tag>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -180,6 +180,7 @@ export default { ...@@ -180,6 +180,7 @@ export default {
}, },
data() { data() {
return { return {
DICT_TYPE,
checked:false, checked:false,
orderData:{}, orderData:{},
// 订单异常列表 // 订单异常列表
......
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