修改
This commit is contained in:
parent
10b3a9e216
commit
087591592b
@ -335,7 +335,7 @@
|
||||
<el-form-item
|
||||
label="问卷库模板选择"
|
||||
prop=""
|
||||
v-if="form.taskSubdivisiontemplateType == 'QUESTIONNAIRE'"
|
||||
v-show="form.taskSubdivisiontemplateType == 'QUESTIONNAIRE'"
|
||||
>
|
||||
<question
|
||||
@on-template="questionontemplate"
|
||||
@ -346,7 +346,7 @@
|
||||
<el-form-item
|
||||
label="宣教库模板选择"
|
||||
prop=""
|
||||
v-if="form.taskSubdivisiontemplateType == 'PROPAGANDA'"
|
||||
v-show="form.taskSubdivisiontemplateType == 'PROPAGANDA'"
|
||||
>
|
||||
<propaganda
|
||||
@on-template="propagandaontemplate"
|
||||
@ -361,7 +361,7 @@
|
||||
style="width: 100%"
|
||||
:nodeContent="form.nodeContent"
|
||||
@on-nodeContent="onNodeContent"
|
||||
v-if="
|
||||
v-show="
|
||||
form.taskSubdivisiontemplateType != 'QUESTIONNAIRE' &&
|
||||
form.taskSubdivisiontemplateType != 'PROPAGANDA' &&
|
||||
form.taskSubdivisiontemplateType != 'SCRIPT'
|
||||
@ -370,7 +370,7 @@
|
||||
/>
|
||||
<div
|
||||
class="card"
|
||||
v-if="form.taskSubdivisiontemplateType != 'SCRIPT'"
|
||||
v-show="form.taskSubdivisiontemplateType != 'SCRIPT'"
|
||||
>
|
||||
<div class="flex">
|
||||
<div class="pushMethod">
|
||||
@ -398,7 +398,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="card"
|
||||
v-if="form.taskSubdivisiontemplateType != 'SCRIPT'"
|
||||
v-show="form.taskSubdivisiontemplateType != 'SCRIPT'"
|
||||
>
|
||||
<div class="flex">
|
||||
<div class="pushMethod">
|
||||
@ -429,7 +429,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="card"
|
||||
v-if="form.taskSubdivisiontemplateType != 'SCRIPT'"
|
||||
v-show="form.taskSubdivisiontemplateType != 'SCRIPT'"
|
||||
>
|
||||
<div class="flex">
|
||||
<div class="pushMethod">
|
||||
@ -461,7 +461,7 @@
|
||||
<div
|
||||
class="card"
|
||||
style="height: 250px"
|
||||
v-if="form.taskSubdivisiontemplateType == 'SCRIPT'"
|
||||
v-show="form.taskSubdivisiontemplateType == 'SCRIPT'"
|
||||
>
|
||||
<div class="flex">
|
||||
<div class="pushMethod">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user