This commit is contained in:
2023-07-07 14:37:24 +08:00
11 changed files with 179 additions and 175 deletions

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>