ysy пре 2 година
родитељ
комит
50a2a3ed72
1 измењених фајлова са 14 додато и 1 уклоњено
  1. 14 1
      src/views/system/organization/components/org-edit.vue

+ 14 - 1
src/views/system/organization/components/org-edit.vue

@@ -47,7 +47,6 @@
         <el-col :span="12">
           <el-form-item
             label="负责人:"
-            prop="manager"
             style="margin-bottom: 22px"
           >
             <el-input
@@ -57,6 +56,19 @@
             ></el-input>
           </el-form-item>
         </el-col>
+
+        <el-col :span="12">
+          <el-form-item
+            label="排序:"
+            style="margin-bottom: 22px"
+          >
+            <el-input
+              v-model="form.sort"
+              placeholder="请选择"
+            ></el-input>
+          </el-form-item>
+        </el-col>
+        
       </el-row>
     </el-form>
     <headerTitle
@@ -229,6 +241,7 @@
         parentId: null,
         name: '',
         type: '',
+        sort: null,
         manager: []
       };
       return {