This commit is contained in:
shijingjing
2022-06-30 15:51:18 +08:00
parent d601b1d4c2
commit 27afc15796

View File

@@ -13,17 +13,19 @@
:selectList="dict.getDict('integralRuleStatus')"> :selectList="dict.getDict('integralRuleStatus')">
</ai-select> </ai-select>
</template> </template>
<template #right> </ai-search-bar>
<ai-search-bar style="margin-top: 16px;">
<template #left>
<el-button type="primary" icon="iconfont iconAdd" @click="dialog=true">添加</el-button> <el-button type="primary" icon="iconfont iconAdd" @click="dialog=true">添加</el-button>
</template> </template>
</ai-search-bar> </ai-search-bar>
<ai-table <ai-table
:tableData="tableData" :tableData="tableData"
:col-configs="colConfigs" :col-configs="colConfigs"
:total="page.total" :dict="dict" :total="page.total" :dict="dict"
:current.sync="page.current" :current.sync="page.current"
:size.sync="page.size" :size.sync="page.size"
@getList="getList"> @getList="getList">
<el-table-column slot="integral" label="分值" align="center"> <el-table-column slot="integral" label="分值" align="center">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<span <span