ソースを参照

添加顺序编辑

lijj 2 年 前
コミット
dafaa2e3b4

+ 3 - 0
admin_ui/src/views/ycwh/components/editDocumentInfo/index.vue

@@ -41,6 +41,9 @@
         </el-upload>
       </div>
     </el-form-item>
+    <el-form-item label="顺序" prop="sort">
+      <el-input v-model="form.sort" type="number" show-word-limit />
+    </el-form-item>
     <div style="height: 72px;"></div>
     <div style="position: fixed;bottom: 0;padding: 20px 0;z-index: 999;">
       <el-button type="primary" @click="toSave(1)">发布</el-button>

+ 3 - 0
admin_ui/src/views/ycwh/components/editFamousDish/index.vue

@@ -50,6 +50,9 @@
         <el-button type="primary" @click="showMap()">{{(form.latitude && form.latitude)?'重新选择':'选择地址'}}</el-button>
       </div>
     </el-form-item>
+    <el-form-item label="顺序" prop="sort">
+      <el-input v-model="form.sort" type="number" show-word-limit />
+    </el-form-item>
     <div style="height: 72px;"></div>
     <div style="position: fixed;bottom: 0;padding: 20px 0;z-index: 999;">
       <el-button type="primary" @click="toSave(1)">发布</el-button>

+ 3 - 0
admin_ui/src/views/ycwh/components/editFamousLocation/index.vue

@@ -50,6 +50,9 @@
         <el-button type="primary" @click="showMap()">{{(form.latitude && form.latitude)?'重新选择':'选择地址'}}</el-button>
       </div>
     </el-form-item>
+    <el-form-item label="顺序" prop="sort">
+      <el-input v-model="form.sort" type="number" show-word-limit />
+    </el-form-item>
     <div style="height: 72px;"></div>
     <div style="position: fixed;bottom: 0;padding: 20px 0;z-index: 999;">
       <el-button type="primary" @click="toSave(1)">发布</el-button>

+ 3 - 0
admin_ui/src/views/ycwh/components/editFamousStore/index.vue

@@ -50,6 +50,9 @@
         <el-button type="primary" @click="showMap()">{{(form.latitude && form.latitude)?'重新选择':'选择地址'}}</el-button>
       </div>
     </el-form-item>
+    <el-form-item label="顺序" prop="sort">
+      <el-input v-model="form.sort" type="number" show-word-limit />
+    </el-form-item>
     <div style="height: 72px;"></div>
     <div style="position: fixed;bottom: 0;padding: 20px 0;z-index: 999;">
       <el-button type="primary" @click="toSave(1)">发布</el-button>

+ 3 - 0
admin_ui/src/views/ycwh/components/editInformationInfo/index.vue

@@ -42,6 +42,9 @@
         </el-upload>
       </div>
     </el-form-item>
+    <el-form-item label="顺序" prop="sort">
+      <el-input v-model="form.sort" type="number" show-word-limit />
+    </el-form-item>
     <div style="height: 72px;"></div>
     <div style="position: fixed;bottom: 0;padding: 20px 0;z-index: 999;">
       <el-button type="primary" @click="toSave(1)">发布</el-button>

+ 3 - 0
admin_ui/src/views/ycwh/components/editProfessionalStyle/index.vue

@@ -42,6 +42,9 @@
         </el-upload>
       </div>
     </el-form-item>
+    <el-form-item label="顺序" prop="sort">
+      <el-input v-model="form.sort" type="number" show-word-limit />
+    </el-form-item>
     <div style="height: 72px;"></div>
     <div style="position: fixed;bottom: 0;padding: 20px 0;z-index: 999;">
       <el-button type="primary" @click="toSave(1)">发布</el-button>