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">
<dict-tag
:options="dict.type.order_status"
:value="scope.row.status"
:value="scope.row.orderStatus"
/>
</template>
</el-table-column>