Commit 8abd9256 by 孙美琪

我的订单算力金额字段调整

parent 3bef40bb
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column label="购买方" align="center" prop=""/>--> <!-- <el-table-column label="购买方" align="center" prop=""/>-->
<el-table-column label="算力金额" align="center" prop="price"/> <el-table-column label="算力金额" align="center" prop="publicTotalPrice"/>
<el-table-column label="订单状态" align="center" prop="orderStatus"> <el-table-column label="订单状态" align="center" prop="orderStatus">
<template #default="scope"> <template #default="scope">
<dict-tag :options="order_status" :value="scope.row.orderStatus"/> <dict-tag :options="order_status" :value="scope.row.orderStatus"/>
......
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 sign in to comment