|
@@ -237,7 +237,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="unitPrice" label="单件工价(元)" width="140">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-input v-model.number="scope.row.unitPrice" clearable maxlength="9" placeholder="请输入"></el-input>
|
|
|
+ <el-input type="number" v-model="scope.row.unitPrice" clearable maxlength="9" placeholder="请输入"></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="质检类型" width="150">
|