|
@@ -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>
|