Commit 3fb650bc authored by 黄奎's avatar 黄奎

页面修改

parent c7d9cd13
......@@ -142,7 +142,7 @@
任务类型
</td>
<td style="width:200px">
优惠条件
任务条件
</td>
<td style="width:140px">
完成类型
......@@ -166,8 +166,6 @@
<q-select v-if="sItem.TaskType==2" filled stack-label option-value="Id" option-label="SubjectName" v-model="sItem.TargetIdList"
:options="CourseSubjectList" multiple use-chips label="所属科目" style="width:160px" dense
emit-value map-options />
<!-- <select-tree v-if="sItem.TaskType==3" :treeData="TreeCategoryList" class="q-pr-none" :defaultArray="returnString" nodeKey="CateId" :multiple="true"
labelKey="CateName" childrenKey="ChildList" tipText="课程系列" @getChild="getChild($event,sIndex)"></select-tree> -->
<q-select v-if="sItem.TaskType==3" multiple filled use-chips stack-label v-model="sItem.TargetIdList" option-value="CateId" option-label="CateName"
:options="TreeCategoryList" label="课程系列" style="width:160px" dense
......
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