Commit 63e7b1d3 by shaojiawen

update:UI

parent 839f33a8
......@@ -11,10 +11,9 @@
:picker-options="pickerOptions()" value-format="yyyy-MM-dd" @change="handleSearch"> </el-date-picker>
</div>
</div>
<div>
<el-table :data="memberData" tooltip-effect="dark" ref="multipleTable" max-height="659">
<el-table-column prop="createTime" label="时间" min-width="157px">
<el-table-column prop="createTime" label="时间" min-width="130px">
<template slot-scope="scope">
<div class="line-20">{{ scope.row.createTime | formatYMD }}</div>
<div class="line-20">{{ scope.row.createTime | formatHMS }}</div>
......@@ -56,7 +55,7 @@
</el-tooltip>
</template>
</el-table-column>
<el-table-column prop="openStoreName" label="积分成本主体" min-width="180px">
<el-table-column prop="openStoreName" label="积分成本主体" min-width="170px">
<template slot-scope="scope">
<el-tooltip placement="top">
<div slot="content">
......@@ -66,7 +65,7 @@
</el-tooltip>
</template>
</el-table-column>
<el-table-column prop="intervalEffect" label="备注信息" min-width="130px">
<el-table-column prop="intervalEffect" label="备注信息" min-width="140px">
<template slot-scope="scope">
<el-tooltip placement="top">
<div slot="content">
......
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 to comment