30404
This commit is contained in:
		| @@ -13,17 +13,19 @@ | ||||
|               :selectList="dict.getDict('integralRuleStatus')"> | ||||
|           </ai-select> | ||||
|         </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> | ||||
|         </template> | ||||
|       </ai-search-bar> | ||||
|         <ai-table | ||||
|           :tableData="tableData" | ||||
|           :col-configs="colConfigs" | ||||
|           :total="page.total" :dict="dict" | ||||
|           :current.sync="page.current" | ||||
|           :size.sync="page.size" | ||||
|           @getList="getList"> | ||||
|       <ai-table | ||||
|         :tableData="tableData" | ||||
|         :col-configs="colConfigs" | ||||
|         :total="page.total" :dict="dict" | ||||
|         :current.sync="page.current" | ||||
|         :size.sync="page.size" | ||||
|         @getList="getList"> | ||||
|           <el-table-column slot="integral" label="分值" align="center"> | ||||
|             <template slot-scope="{ row }"> | ||||
|             <span | ||||
|   | ||||
		Reference in New Issue
	
	Block a user