@@ -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 {