Commit b4c0e8fd by lijinqi

d我的订单:算力资源分类筛选条件bug修复

parent 6a8d857c
...@@ -111,14 +111,8 @@ ...@@ -111,14 +111,8 @@
{{ scope.row.payPrice / 100 }} {{ scope.row.payPrice / 100 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="商品类别" align="center" prop="category"> <el-table-column label="资源类型" align="center" prop="categoryName"/>
<template #default="scope">
<dict-tag
:options="application_category"
:value="scope.row.category"
/>
</template>
</el-table-column>
<el-table-column <el-table-column
v-for="(item, index) in orderList[0]?.properties.length!==0?orderList[0]?.properties.slice(0,4):orderList[0]?.properties" v-for="(item, index) in orderList[0]?.properties.length!==0?orderList[0]?.properties.slice(0,4):orderList[0]?.properties"
:key="index" :key="index"
......
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