积分明细导出
This commit is contained in:
		| @@ -94,7 +94,11 @@ export default { | ||||
|         {prop: "category", label: "事件", dict: "srCategory", align: "center", width: 200}, | ||||
|         {prop: "remark", label: "规则"}, | ||||
|         {prop: "cycle", label: "周期范围", dict: "srCycle", align: "center", width: 100}, | ||||
|         {prop: "status", label: "状态", align: "center", width: 100, dict: "srStatus",}, | ||||
|         {prop: "status", label: "状态", align: "center", width: 100, dict: "srStatus", | ||||
|           render: (h, {row}) => { | ||||
|             return h('span', {style: {color: this.dict.getColor('srStatus', row.status)}}, this.dict.getLabel('srStatus', row.status)) | ||||
|           } | ||||
|         }, | ||||
|         {slot: "options", label: "操作", align: "center", width: 100}, | ||||
|       ], | ||||
|       tableData: [], | ||||
|   | ||||
| @@ -40,7 +40,7 @@ | ||||
|                        :selectList="dict.getDict('srScoreType')"/> | ||||
|           </template> | ||||
|           <template #right> | ||||
|             <ai-download :instance="instance" :url="`/app/appintegraluser/changeIntegralExport?id=${$route.query.id}`" :params="search" fileName="网格员余额变动明细" | ||||
|             <ai-download :instance="instance" :url="`/app/appscoredetail/listExport?id=${$route.query.id}`" :params="search" fileName="网格员余额变动明细" | ||||
|                          :disabled="tableData.length == 0"> | ||||
|               <el-button size="small">导出</el-button> | ||||
|             </ai-download> | ||||
|   | ||||
| @@ -13,7 +13,7 @@ | ||||
|                       @success="getTableData()"> | ||||
|               <el-button icon="iconfont iconImport">导入</el-button> | ||||
|             </ai-import> --> | ||||
|             <ai-download :instance="instance" url="/app/appintegraluser/girdIntegralExport" :params="search" :fileName="menuName" | ||||
|             <ai-download :instance="instance" url="/app/appscoredetail/userListExport " :params="search" :fileName="menuName" | ||||
|                          :disabled="tableData.length == 0"> | ||||
|             </ai-download> | ||||
|             <el-input size="small" placeholder="姓名" v-model="search.name" clearable | ||||
|   | ||||
		Reference in New Issue
	
	Block a user