积分公示
This commit is contained in:
@@ -23,6 +23,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</ai-picker>
|
</ai-picker>
|
||||||
<el-button size="small" type="primary" icon="iconfont iconAdd" @click="toAdd('')">添加</el-button>
|
<el-button size="small" type="primary" icon="iconfont iconAdd" @click="toAdd('')">添加</el-button>
|
||||||
|
<ai-import
|
||||||
|
:instance="instance"
|
||||||
|
:dict="dict"
|
||||||
|
type="appintegralpublicityinfo" name="积分公式"
|
||||||
|
@success="search.current = 1, getList()">
|
||||||
|
</ai-import>
|
||||||
</template>
|
</template>
|
||||||
<template #right>
|
<template #right>
|
||||||
</template>
|
</template>
|
||||||
@@ -67,7 +73,7 @@
|
|||||||
girdName: '',
|
girdName: '',
|
||||||
areaId: ''
|
areaId: ''
|
||||||
},
|
},
|
||||||
total: 10,
|
total: 0,
|
||||||
colConfigs: [
|
colConfigs: [
|
||||||
{ prop: 'areaName', label: '所属地区', align: 'left', 'show-overflow-tooltip': true },
|
{ prop: 'areaName', label: '所属地区', align: 'left', 'show-overflow-tooltip': true },
|
||||||
{ prop: 'girdName', label: '所属网格', align: 'center' },
|
{ prop: 'girdName', label: '所属网格', align: 'center' },
|
||||||
|
|||||||
Reference in New Issue
Block a user