Commit 96257f2c authored by 张海景's avatar 张海景

update:修改报工数量类型

parent a896465c
......@@ -248,7 +248,7 @@
<zb-table :columns="feedback.tableDirectiveColumn" :stripe="true" :border="true" :data="feedback.tableDirectiveData">
<template slot="reportQuantity" slot-scope="scope">
<!-- {{ scope.row }} -->
<u-input v-model="scope.row.reportQuantity" @blur="handleChangeReportQuantity(feedback)"></u-input>
<u-input v-model="scope.row.reportQuantity" type="number" @blur="handleChangeReportQuantity(feedback)"></u-input>
</template>
</zb-table>
......@@ -258,7 +258,7 @@
<zb-table :columns="feedback.tableSizeColumn" :stripe="true" :border="true" :data="feedback.tableSizeData">
<template slot="reportQuantity" slot-scope="scope">
<!-- {{ scope.row }} -->
<u-input v-model="scope.row.reportQuantity" @blur="handleChangeReportQuantity(feedback)"></u-input>
<u-input v-model="scope.row.reportQuantity" type="number" @blur="handleChangeReportQuantity(feedback)"></u-input>
</template>
</zb-table>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment