Kaynağa Gözat

提醒数量去除右侧按钮

lizhenhao 2 yıl önce
ebeveyn
işleme
c775589e5d

+ 1 - 1
src/views/modules/materialManagement/wareHouseSummary/WareHouseSummaryList.vue

@@ -108,7 +108,7 @@
           <vxe-column min-width="160" align="center" title="单位" field="company"></vxe-column>
           <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="{}">
           <vxe-column min-width="160" align="center" fixed="right" title="提醒数量" field="warnNum" :edit-render="{}">
             <template v-slot:edit="scope">
             <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>
             </template>
           </vxe-column>
           </vxe-column>
           <vxe-column min-width="100" align="center" fixed="right" title="是否提醒" field="warnFlag">
           <vxe-column min-width="100" align="center" fixed="right" title="是否提醒" field="warnFlag">