详情
This commit is contained in:
		| @@ -19,8 +19,8 @@ | ||||
|     <el-row class="echertsBox" style="margin-bottom: 16px"> | ||||
|       <h4>事件汇总</h4> | ||||
|       <div class="bar_Box"> | ||||
|         <div id="chartDom" style="height: 300px; width: 100%;"></div> | ||||
|         <ai-empty v-if="false" style="height: 300px;"></ai-empty> | ||||
|         <div id="chartDom" style="height: 230px; width: 100%;"></div> | ||||
|         <ai-empty v-if="false" style="height: 230px;"></ai-empty> | ||||
|       </div> | ||||
|     </el-row> | ||||
|     <ai-card> | ||||
| @@ -51,13 +51,6 @@ | ||||
|         </ai-search-bar> | ||||
|         <ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size" | ||||
|                   @getList="getTableData" :col-configs="colConfigs" :dict="dict"> | ||||
|           <!-- <el-table-column slot="options" label="操作"  align="center"> | ||||
|             <template slot-scope="{ row }"> | ||||
|               <el-button type="text" @click="handleDelete(row.id)">调整积分</el-button> | ||||
|               <el-button type="text" @click="toAdd(row.id)">详情</el-button> | ||||
|                | ||||
|             </template> | ||||
|           </el-table-column> --> | ||||
|         </ai-table> | ||||
|       </template> | ||||
|     </ai-card> | ||||
| @@ -96,7 +89,6 @@ export default { | ||||
|         { prop: "", label: '变动积分', align: "center",width: "200px" }, | ||||
|         { prop: "", label: '剩余积分', align: "center",width: "200px" }, | ||||
|         { prop: "", label: '事件', align: "center", }, | ||||
|         // { slot: "options" }, | ||||
|       ] | ||||
|     } | ||||
|   }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user