修改
This commit is contained in:
parent
3f9e9f1d3d
commit
4c6d691696
@ -276,7 +276,7 @@
|
||||
<el-input
|
||||
max="8"
|
||||
v-model.number="form.sort"
|
||||
placeholder="值越小排名越靠前"
|
||||
placeholder="值越大排名越靠前"
|
||||
style="width: 210px"
|
||||
/>
|
||||
</el-form-item>
|
||||
@ -326,7 +326,7 @@
|
||||
<el-input
|
||||
v-model.number="scope.row.attributeDetailsSort"
|
||||
oninput="value=value.replace(/[^\d]/g,'')"
|
||||
placeholder="值越小排名越靠前"
|
||||
placeholder="值越大排名越靠前"
|
||||
maxLength="9"
|
||||
></el-input>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user