ysy %!s(int64=2) %!d(string=hai) anos
pai
achega
50a2a3ed72
Modificáronse 1 ficheiros con 14 adicións e 1 borrados
  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-col :span="12">
           <el-form-item
           <el-form-item
             label="负责人:"
             label="负责人:"
-            prop="manager"
             style="margin-bottom: 22px"
             style="margin-bottom: 22px"
           >
           >
             <el-input
             <el-input
@@ -57,6 +56,19 @@
             ></el-input>
             ></el-input>
           </el-form-item>
           </el-form-item>
         </el-col>
         </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-row>
     </el-form>
     </el-form>
     <headerTitle
     <headerTitle
@@ -229,6 +241,7 @@
         parentId: null,
         parentId: null,
         name: '',
         name: '',
         type: '',
         type: '',
+        sort: null,
         manager: []
         manager: []
       };
       };
       return {
       return {