|
@@ -108,7 +108,7 @@
|
|
|
<vxe-column min-width="160" align="center" title="单位" field="company"></vxe-column>
|
|
|
<vxe-column min-width="160" align="center" fixed="right" title="提醒数量" field="warnNum" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <vxe-input v-model="scope.row.warnNum" type="float" min="0" @blur="changeWarnNum(scope.row)"></vxe-input>
|
|
|
+ <vxe-input v-model="scope.row.warnNum" type="float" min="0" @blur="changeWarnNum(scope.row)" :controls="false"></vxe-input>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
<vxe-column min-width="100" align="center" fixed="right" title="是否提醒" field="warnFlag">
|