排序
This commit is contained in:
parent
76a0bd1964
commit
295ba6123e
@ -202,6 +202,7 @@
|
|||||||
>
|
>
|
||||||
<el-input
|
<el-input
|
||||||
v-model="item.sort"
|
v-model="item.sort"
|
||||||
|
maxlength="5"
|
||||||
style="width: 200px"
|
style="width: 200px"
|
||||||
placeholder="请输入资讯分类排序"
|
placeholder="请输入资讯分类排序"
|
||||||
/>
|
/>
|
||||||
@ -265,6 +266,7 @@
|
|||||||
v-model="form.sort"
|
v-model="form.sort"
|
||||||
placeholder="请输入分类排序"
|
placeholder="请输入分类排序"
|
||||||
style="width: 250px"
|
style="width: 250px"
|
||||||
|
maxlength="5"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="资讯分类类型" prop="informationCategoryType">
|
<el-form-item label="资讯分类类型" prop="informationCategoryType">
|
||||||
|
|||||||
@ -319,7 +319,7 @@
|
|||||||
placeholder="请输入排序"
|
placeholder="请输入排序"
|
||||||
v-model="form.sort"
|
v-model="form.sort"
|
||||||
oninput="value=value.replace(/[^\d]/g,'')"
|
oninput="value=value.replace(/[^\d]/g,'')"
|
||||||
maxLength="10"
|
maxLength="5"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="营业概述" prop="openingHoursDescribe">
|
<el-form-item label="营业概述" prop="openingHoursDescribe">
|
||||||
@ -442,7 +442,7 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="scope.row.labelSort"
|
v-model="scope.row.labelSort"
|
||||||
oninput="value=value.replace(/[^\d]/g,'')"
|
oninput="value=value.replace(/[^\d]/g,'')"
|
||||||
maxLength="10"
|
maxLength="5"
|
||||||
></el-input>
|
></el-input>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
@ -176,7 +176,7 @@
|
|||||||
v-model="item.classifySort"
|
v-model="item.classifySort"
|
||||||
placeholder="请输入分类排序"
|
placeholder="请输入分类排序"
|
||||||
oninput="value=value.replace(/[^\d]/g,'')"
|
oninput="value=value.replace(/[^\d]/g,'')"
|
||||||
maxLength="10"
|
maxLength="5"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
@ -247,7 +247,7 @@
|
|||||||
v-model="form.classifySort"
|
v-model="form.classifySort"
|
||||||
placeholder="请输入分类排序"
|
placeholder="请输入分类排序"
|
||||||
oninput="value=value.replace(/[^\d]/g,'')"
|
oninput="value=value.replace(/[^\d]/g,'')"
|
||||||
maxLength="10"
|
maxLength="5"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|||||||
@ -298,7 +298,7 @@
|
|||||||
placeholder="请输入排序"
|
placeholder="请输入排序"
|
||||||
v-model="form.nurseStationItem.sort"
|
v-model="form.nurseStationItem.sort"
|
||||||
oninput="value=value.replace(/[^\d]/g,'')"
|
oninput="value=value.replace(/[^\d]/g,'')"
|
||||||
maxLength="9"
|
maxLength="5"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="项目头像" prop="nurseStationItem.itemPictureUrl">
|
<el-form-item label="项目头像" prop="nurseStationItem.itemPictureUrl">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user