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

优化文档分类

parent 55ab96ec
......@@ -198,7 +198,7 @@ export default {
field: "description",
title: "文档详细说明",
note: "",
dataType: 0,
dataType: 8,
unitName: "",
required: true,
isunique: false,
......
......@@ -35,7 +35,7 @@
</FormItem>
</Col>
<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> -->
<RadioGroup v-model="inherit">
<Radio label="1"></Radio>
......@@ -185,7 +185,7 @@ export default {
field: "description",
title: "文档详细说明",
note: "",
dataType: 0,
dataType: 8,
unitName: "",
required: true,
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