|
@ -40,18 +40,36 @@ |
|
|
<el-table-column prop="created_at" label="时间" width="200"> |
|
|
<el-table-column prop="created_at" label="时间" width="200"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div class="flex cell_render"> |
|
|
<div class="flex cell_render"> |
|
|
<GuipToolTip content="点击编辑"> |
|
|
<GuipToolTip content="文字居中"> |
|
|
<span :class="(scope.row.payment == '0' ? 'normal_payment' : 'self_payment')">{{ |
|
|
<span :class="(scope.row.payment == '0' ? 'normal_payment' : 'self_payment')">{{ |
|
|
scope.row.payment |
|
|
scope.row.payment |
|
|
== |
|
|
== |
|
|
'0' ? '默认站点支付' : '自定义支付' }}</span> |
|
|
'0' ? '文字居中' : '文字居中' }}</span> |
|
|
</GuipToolTip> |
|
|
</GuipToolTip> |
|
|
<svg-icon :path="require('@/assets/register/tableEdit.svg')" :color="'#8A9099'" |
|
|
<GuipToolTip content="图标居中"> |
|
|
|
|
|
<svg-icon :path="require('@/assets/register/tableEdit.svg')" :color="'#8A9099'" |
|
|
:hoverColor="'#006AFF'" /> |
|
|
:hoverColor="'#006AFF'" /> |
|
|
|
|
|
</GuipToolTip> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="unit_num" label="数量" width="150"></el-table-column> |
|
|
<el-table-column prop="unit_num" label="数量" width="180"> |
|
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
|
<GuipToolTip content="单元格局中"> |
|
|
|
|
|
<div class="flex"> |
|
|
|
|
|
<span :class="(scope.row.payment == '0' ? 'normal_payment' : 'self_payment')">{{ |
|
|
|
|
|
scope.row.payment |
|
|
|
|
|
== |
|
|
|
|
|
'0' ? '单元格局中' : '单元格局中' }}</span> |
|
|
|
|
|
<svg-icon :path="require('@/assets/register/tableEdit.svg')" :color="'#8A9099'" |
|
|
|
|
|
:hoverColor="'#006AFF'" /> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</GuipToolTip> |
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
</el-table-column> |
|
|
<el-table-column prop="name2" label="姓名" width="150"></el-table-column> |
|
|
<el-table-column prop="name2" label="姓名" width="150"></el-table-column> |
|
|
<el-table-column prop="price" label="价格" width="150"> |
|
|
<el-table-column prop="price" label="价格" width="150"> |
|
|
<!-- <template slot-scope="scope"> |
|
|
<!-- <template slot-scope="scope"> |
|
@ -76,7 +94,7 @@ |
|
|
prop="card" :options="options" defaultValue="选项1" /> |
|
|
prop="card" :options="options" defaultValue="选项1" /> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column label="操作" width="100" fixed> |
|
|
<el-table-column label="操作" width="200" fixed> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<div class="flex"> |
|
|
<div class="flex"> |
|
|
<el-button @click="handleClick(scope.row)" type="text">查看</el-button> |
|
|
<el-button @click="handleClick(scope.row)" type="text">查看</el-button> |
|
@ -203,6 +221,11 @@ |
|
|
<GuipButton type="system" disabled>按钮</GuipButton> |
|
|
<GuipButton type="system" disabled>按钮</GuipButton> |
|
|
</div> |
|
|
</div> |
|
|
<div class="ele-item"> |
|
|
<div class="ele-item"> |
|
|
|
|
|
<label for="">文字按钮:</label> |
|
|
|
|
|
<GuipButton type="text" >强引导</GuipButton> |
|
|
|
|
|
<GuipButton type="grey" >弱引导</GuipButton> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="ele-item"> |
|
|
<label for="">独特按钮:</label> |
|
|
<label for="">独特按钮:</label> |
|
|
<hover-button button-text="上传文件" :default-icon="require('../assets/upLoad_grey.svg')" |
|
|
<hover-button button-text="上传文件" :default-icon="require('../assets/upLoad_grey.svg')" |
|
|
:hover-icon="require('../assets/upLoad_active.svg')" default-text-color="#23242B" |
|
|
:hover-icon="require('../assets/upLoad_active.svg')" default-text-color="#23242B" |
|
|