丰都积分新需求

This commit is contained in:
liuye
2023-06-15 14:23:45 +08:00
parent ac9b240a0f
commit 645b6c774f
3 changed files with 88 additions and 6 deletions

View File

@@ -4,12 +4,12 @@
<template #content>
<ai-search-bar>
<template #left>
<ai-area-get
<!-- <ai-area-get
style="width: 180px;"
placeholder="请选择地区"
:instance="instance"
v-model="search.areaId"
@select="onAreaChange"/>
@select="onAreaChange"/> -->
<el-cascader ref="cascader1" clearable v-model="departIdList" :options="girdOptions" placeholder="所属部门" size="small"
:props="defaultProps" :show-all-levels="false" @change="gridChange"></el-cascader>
<ai-select v-model="search.integralType" placeholder="会话类型" @change="current=1, getTableData()"