web端宣发

This commit is contained in:
liuye
2022-12-27 14:08:17 +08:00
parent 4185ce15ae
commit 07fbf08f78
28 changed files with 11017 additions and 5 deletions

View File

@@ -23,8 +23,6 @@
</ai-search-bar>
<ai-table :tableData="tableData" :total="total" :current.sync="current" :size.sync="size"
@getList="getTableData()" :col-configs="colConfigs" :dict="dict" @sort-change="changeTableSort">
<el-table-column slot="options" label="操作" align="center">
<template slot-scope="{ row }">
<el-button type="text" @click="changeIntegral(row,1)">调整积分</el-button>
@@ -75,7 +73,7 @@
import { mapState } from "vuex";
export default {
name: "AppPointsDetails",
label: "积分明细",
label: "积分明细(黔西南)",
props: {
instance: Function,
dict: Object,