|
|
@@ -23,8 +23,10 @@
|
|
|
<el-table :data="tableData" @sort-change="sortChange" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55" />
|
|
|
<el-table-column align="left" label="电脑编号" min-width="100" prop="pc_code" />
|
|
|
- <el-table-column align="left" label="ip" min-width="100" prop="ip" />
|
|
|
+ <el-table-column align="left" label="负责人" min-width="150" prop="user" sortable="custom" />
|
|
|
+ <el-table-column align="left" label="任务名称" min-width="150" prop="task_name" sortable="custom" />
|
|
|
<el-table-column align="left" label="游戏id" min-width="150" prop="game_id" sortable="custom" />
|
|
|
+ <el-table-column align="left" label="ip" min-width="100" prop="ip" />
|
|
|
<el-table-column align="left" label="ip个数" min-width="150" prop="count" sortable="custom" />
|
|
|
<el-table-column align="left" label="日期" min-width="150" prop="create_date" sortable="custom" />
|
|
|
<!-- <el-table-column align="left" fixed="right" label="操作" width="200">
|