@@ -66,6 +66,11 @@
prop="partitionname"
label="付费版本"
>
+ <template slot-scope="scope">
+ <span >
+ {{scope.row.partitionname}}
+ </span>
+ </template>
</el-table-column>
<el-table-column
prop="price"
@@ -119,6 +124,11 @@
@@ -70,6 +70,11 @@
@@ -123,6 +128,11 @@