|
@@ -244,7 +244,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="workingTime" label="单件工时" width="180">
|
|
<el-table-column prop="workingTime" label="单件工时" width="180">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-input v-model="scope.row.workingTime" clearable maxlength="11" placeholder="请输入">小时</el-input>
|
|
|
|
|
|
+ <el-input v-model="scope.row.workingTime" clearable maxlength="11" placeholder="请输入"></el-input>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="unitPrice" label="单件工价" width="180">
|
|
<el-table-column prop="unitPrice" label="单件工价" width="180">
|