File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 77 <!-- 表格操作栏-->
88 <div class =" partTitle" >博客访问数据明细</div >
99 <el-table :data =" blogVisitList" border style =" width : 100% ;" :header-cell-style =" {background:'#eef1f6'}" >
10- <el-table-column prop =" fromUrl" label =" 来源URL" ></el-table-column >
10+ <!-- <el-table-column prop="fromUrl" label="来源URL"></el-table-column>-->
11+ <el-table-column prop =" clientIp" label =" 访客ip" ></el-table-column >
12+ <el-table-column prop =" operateType" label =" 操作内容" ></el-table-column >
1113 <el-table-column prop =" location" label =" 访客定位" ></el-table-column >
12- <el-table-column prop =" time" label =" 访问时间" ></el-table-column >
1314 <el-table-column prop =" browser" label =" 浏览器" ></el-table-column >
15+ <el-table-column prop =" time" label =" 访问时间" ></el-table-column >
1416 <el-table-column fixed =" right" label =" 操作" width =" 130" >
1517 <template slot-scope="scope">
1618 <el-button type =" text" size =" small" @click =" Delete(scope.row._id)" >删除</el-button >
You can’t perform that action at this time.
0 commit comments