| | |
| | | <el-table-column prop="pq" label="生产定额(个/天)"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.pq" |
| | | v-if="scope.row.pq != null" |
| | | v-if="scope.row.dg != null" |
| | | @blur="updatePq(scope.row)" |
| | | ></el-input> |
| | | </template> |
| | |
| | | } |
| | | }, |
| | | props:['tableData','tableType'], |
| | | created() { |
| | | console.log(this.tableData) |
| | | }, |
| | | created() {}, |
| | | mounted() { |
| | | }, |
| | | methods: { |
| | |
| | | /* .standard .el-table__body { |
| | | height: 100%; |
| | | } */ |
| | | .standard .el-table .el-table__row:not([class*="el-table__row--level-"]) td:nth-child(3){ |
| | | /* .standard .el-table .el-table__row:not([class*="el-table__row--level-"]) td:nth-child(3){ |
| | | padding-left: 23px !important; |
| | | } |
| | | } */ |
| | | </style> |