日历
This commit is contained in:
@@ -55,7 +55,11 @@
|
|||||||
<ai-title title="宣发效果"></ai-title>
|
<ai-title title="宣发效果"></ai-title>
|
||||||
<div class="right-search">
|
<div class="right-search">
|
||||||
<div class="time-select" :class="effectType == index ? 'active' : ''" v-for="(item, index) in dateTypeList" :key="index" @click="changeEffectType(index)">{{item}}</div>
|
<div class="time-select" :class="effectType == index ? 'active' : ''" v-for="(item, index) in dateTypeList" :key="index" @click="changeEffectType(index)">{{item}}</div>
|
||||||
<ai-select size="medium" clearable placeholder="宣发部门" v-model="type" :selectList="dict.getDict('yesOrNo')"/>
|
<ai-picker :instance="instance" v-model="deptList" style="display:inlie=block;">
|
||||||
|
<template>
|
||||||
|
<!-- <ai-select size="medium" clearable placeholder="宣发部门"/> -->
|
||||||
|
</template>
|
||||||
|
</ai-picker>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="line-content">
|
<div class="line-content">
|
||||||
@@ -141,6 +145,7 @@
|
|||||||
departBarChart: null,
|
departBarChart: null,
|
||||||
dialogDate: false,
|
dialogDate: false,
|
||||||
timeList: '',
|
timeList: '',
|
||||||
|
deptList: [],
|
||||||
|
|
||||||
type: '',
|
type: '',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user