@@ -79,6 +79,11 @@
width="120">
</el-table-column>
<el-table-column
+ prop="trainCost"
+ label="培训费"
+ width="120">
+ </el-table-column>
+ <el-table-column
prop="lastUpdateUserName"
label="最后操作人"
width="100">
@@ -91,11 +96,12 @@
prop="remark"
label="备注"
- width="200">
+ >
prop="address"
- label="操作">
+ label="操作"
+ width="125">
<template slot-scope="scope">
<el-button
@click.native.prevent="addclick('修改', scope.row)"
@@ -103,6 +109,7 @@
修 改
</el-button>
+ style="margin-left: 0px;margin-top: 4px;"
@click.native.prevent="deleteRow(scope.$index, tableData,scope.row)"
type="danger"
size="mini">