|
@@ -28,15 +28,15 @@
|
|
|
<span v-else>{{item + ','}}</span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="6" class="col-top">
|
|
|
+ <!-- <el-col :span="6" class="col-top">
|
|
|
<span>有无付费:
|
|
|
<span v-if="$route.query.data.status === '未付费'" style="color: red">{{$route.query.data.status}}</span>
|
|
|
<span v-else-if="$route.query.data.status === '已付费'" style="color: green">{{$route.query.data.status}}</span>
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
</el-row>
|
|
|
</div>
|
|
|
- <div class="container normal-panel">
|
|
|
+ <!-- <div class="container normal-panel">
|
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
|
<div class="title-style inline-16">付费信息</div>
|
|
@@ -54,7 +54,7 @@
|
|
|
<template v-slot:opreation="scope">
|
|
|
</template>
|
|
|
</tableLayout>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
|