Commit e56ac6b4 authored by 仇晓婷's avatar 仇晓婷

优化文档分类

parent 55ab96ec
...@@ -198,7 +198,7 @@ export default { ...@@ -198,7 +198,7 @@ export default {
field: "description", field: "description",
title: "文档详细说明", title: "文档详细说明",
note: "", note: "",
dataType: 0, dataType: 8,
unitName: "", unitName: "",
required: true, required: true,
isunique: false, isunique: false,
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</FormItem> </FormItem>
</Col> </Col>
<Col :span="12"> <Col :span="12">
<FormItem :label="l('inheritCategoryId')" prop="inheritCategoryId" v-if='entity.upId!=0'> <FormItem :label="l('inheritCategoryId')" prop="inheritCategoryId" v-if="entity.upId!=0">
<!-- <Checkbox v-model="entity.inheritCategoryId"></Checkbox> --> <!-- <Checkbox v-model="entity.inheritCategoryId"></Checkbox> -->
<RadioGroup v-model="inherit"> <RadioGroup v-model="inherit">
<Radio label="1"></Radio> <Radio label="1"></Radio>
...@@ -185,7 +185,7 @@ export default { ...@@ -185,7 +185,7 @@ export default {
field: "description", field: "description",
title: "文档详细说明", title: "文档详细说明",
note: "", note: "",
dataType: 0, dataType: 8,
unitName: "", unitName: "",
required: true, required: true,
isunique: false, isunique: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment