This commit is contained in:
Lemon
2023-07-07 13:50:11 +08:00
parent 583dbdbd8a
commit 1bd5e96f3e

View File

@@ -46,7 +46,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<dict-tag <dict-tag
:options="dict.type.order_status" :options="dict.type.order_status"
:value="scope.row.status" :value="scope.row.orderStatus"
/> />
</template> </template>
</el-table-column> </el-table-column>