liuhj 3 months ago
parent
commit
f29f895c9f
1 changed files with 9 additions and 2 deletions
  1. 9 2
      src/components/OP/ThreeStandards.vue

+ 9 - 2
src/components/OP/ThreeStandards.vue

@@ -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 @@
                     <el-table-column
                     prop="remark"
                     label="备注"
-                    width="200">
+                    >
                     </el-table-column>
                     <el-table-column
                     prop="address"
-                    label="操作">
+                    label="操作"
+                    width="125">
                         <template slot-scope="scope">
                             <el-button
                             @click.native.prevent="addclick('修改', scope.row)"
@@ -103,6 +109,7 @@
                             修 改
                             </el-button>
                             <el-button
+                            style="margin-left: 0px;margin-top: 4px;"
                             @click.native.prevent="deleteRow(scope.$index, tableData,scope.row)"
                             type="danger"
                             size="mini">