Commit e325f90c by huaying

fix: 客户日志

parent f9c20765
......@@ -8,7 +8,7 @@
filterable
clearable
:props="{ checkStrictly: true }"
@click="clickEvent"
ref="CascaderRef"
@change="filterMethod">
</el-cascader>
<el-date-picker style="width: 256px; margin-left:10px;" v-model="dateDefault" type="daterange" range-separator="~" start-placeholder="创建开始日期" end-placeholder="创建结束日期" :default-time="['00:00:00', '23:59:59']" :picker-options="pickerOptions()" value-format="yyyy-MM-dd" @change="handleSearch" :clearable="false"> </el-date-picker>
......@@ -104,12 +104,9 @@ export default {
this.getLogTypeData();
},
methods: {
clickEvent(ee){
// this.filterMethod();
console.log(ee, 'ee');
},
// 级联搜索
filterMethod(e) {
this.$refs.CascaderRef.dropDownVisible = false;
if(e && e.length > 0) {
// if(e[0]) {
this.logPageParam.operType = e[0];
......@@ -239,4 +236,10 @@ export default {
color: #6B6D71;
// padding-bottom: 16px;
}
/deep/ .el-table {
th > .cell:first-child,
td > .cell:first-child {
padding-left: 10px;
}
}
</style>
\ No newline at end of file
......@@ -126,7 +126,7 @@
<el-table-column
prop="cardName"
label="卡券名称"
min-width="260px"
min-width="230px"
show-overflow-tooltip
>
<template slot-scope="scope">
......@@ -159,7 +159,7 @@
<el-table-column
prop="cardCode"
label="卡券代码"
min-width="150px"
min-width="230px"
>
<template slot-scope="scope">
<span v-if="scope.row.cardCode">{{ scope.row.cardCode }}</span>
......@@ -191,7 +191,7 @@
<el-table-column
prop="checkSource"
label="核销来源"
min-width="80px"
min-width="230px"
>
<template slot-scope="scope">
<!-- <div v-if="scope.row.checkSource === 0">
......
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