heyang před 2 roky
rodič
revize
8c7cebfae5

+ 2 - 0
src/views/safetyInfo/safetyInfoCategory/infoConfig.vue

@@ -42,10 +42,12 @@
         <el-table-column label="" align="left" class-name="small-padding fixed-width" width="120">
           <template slot-scope="scope">
             <el-input
+              onkeyup="value=value.replace(/[^\d]/g,'')"
               :disabled="scope.row.isSpecial==2"
               class="serial"
               v-model="scope.row.sort"
               @change="categorySort(scope.row)"
+              maxLength="3"
               placeholder="序号">
             </el-input>
           </template>