订单列表增加备注
This commit is contained in:
@@ -146,6 +146,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column label="备注" prop="remark"></el-table-column>
|
||||||
<el-table-column label="创建时间">
|
<el-table-column label="创建时间">
|
||||||
<template v-slot="scope">
|
<template v-slot="scope">
|
||||||
{{ scope.row.createdAt | timeFilter }}
|
{{ scope.row.createdAt | timeFilter }}
|
||||||
|
|||||||
Reference in New Issue
Block a user