Commit 2142b864 authored by youjie's avatar youjie

no message

parent 753042e0
......@@ -11,6 +11,11 @@
prop="Name"
label="购物店"
width="150">
<template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="scope.row.Name" placement="top">
<span style="text-overflow: ellipsis;white-space: nowrap;">{{scope.row.Name}}</span>
</el-tooltip>
</template>
</el-table-column>
<el-table-column align="center" :label="title" v-for="(title,i) in MonthList" :key="i" :prop="`${i}`">
<el-table-column
......
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