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