郫都积分
This commit is contained in:
		| @@ -9,10 +9,10 @@ | ||||
|               :props="defaultProps" :show-all-levels="false" @change="gridChange"></el-cascader> | ||||
|           </template> | ||||
|           <template #right> | ||||
|             <ai-import :instance="instance" :dict="dict" type="appintegraluser" name="积分管理" | ||||
|             <!-- <ai-import :instance="instance" :dict="dict" type="appintegraluser" name="积分管理" | ||||
|                       @success="getTableData()"> | ||||
|               <el-button icon="iconfont iconImport">导入</el-button> | ||||
|             </ai-import> | ||||
|             </ai-import> --> | ||||
|             <ai-download :instance="instance" url="/app/appintegraluser/girdIntegralExport" :params="search" :fileName="menuName" | ||||
|                          :disabled="tableData.length == 0"> | ||||
|             </ai-download> | ||||
| @@ -129,7 +129,7 @@ export default { | ||||
|         { prop: "girdName", label: '所属网格' }, | ||||
|         { prop: "integral", label: '积分余额', align: "center", sortable: "custom" }, | ||||
|         { prop: "totalIntegral", label: '累计积分', align: "center", sortable: "custom" }, | ||||
|         { prop: "usedIntegral", label: '已用积分', align: "center", sortable: "custom"  }, | ||||
|         // { prop: "usedIntegral", label: '已用积分', align: "center", sortable: "custom"  }, | ||||
|         { slot: "options" }, | ||||
|       ] | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user