This commit is contained in:
liushuai
2018-11-24 08:14:12 +08:00
parent c3ebbc3c0b
commit 955090fa69
2 changed files with 3 additions and 3 deletions

View File

@@ -66,12 +66,12 @@
</el-table-column>
<el-table-column prop="name" label="单件" align="center">
<template slot-scope="scope">
<el-input v-model="scope.row.单件定额工时" style="width:50px" placeholder="单件定额工时"/>
<el-input v-model="scope.row.单件定额工时" style="width:90px" placeholder="单件定额"/>
</template>
</el-table-column>
<el-table-column prop="name" label="准结" align="center">
<template slot-scope="scope">
<el-input v-model="scope.row.准结定额工时" style="width:50px" placeholder="准结定额工时"/>
<el-input v-model="scope.row.准结定额工时" style="width:90px" placeholder="准结定额"/>
</template>
</el-table-column>
<el-table-column label="操作" width="300" align="center" fixed="right">