소스 검색

提醒数量去除右侧按钮

lizhenhao 2 년 전
부모
커밋
c775589e5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/modules/materialManagement/wareHouseSummary/WareHouseSummaryList.vue

+ 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" 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">