更改
This commit is contained in:
parent
fa90439fb0
commit
c33a271a9e
@ -64,14 +64,6 @@
|
||||
<el-option v-for="item in postOptions" :key="item.id" :label="item.name" :value="item.id" />
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<!-- <el-form-item-->
|
||||
<!-- v-if="userTaskForm.candidateStrategy == 30"-->
|
||||
<!-- label="用户部门"-->
|
||||
<!-- prop="candidateParam"-->
|
||||
<!-- span="24"-->
|
||||
<!-- >-->
|
||||
<!-- <el-input v-model="input" placeholder="选择部门" @click="drawer = true"/>-->
|
||||
<!-- </el-form-item>-->
|
||||
<el-form-item
|
||||
v-if="userTaskForm.candidateStrategy == 30"
|
||||
label="指定用户"
|
||||
@ -80,8 +72,15 @@
|
||||
>
|
||||
<el-button
|
||||
@click="drawer = true"
|
||||
style="margin-bottom: 10px; height: auto; width: auto"
|
||||
style="height: auto; width: auto"
|
||||
>选择用户部门</el-button>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
v-if="userTaskForm.candidateStrategy == 30"
|
||||
label="指定用户"
|
||||
prop="candidateParam"
|
||||
span="24"
|
||||
>
|
||||
<el-select
|
||||
v-model="userTaskForm.candidateParam"
|
||||
clearable
|
||||
|
Loading…
Reference in New Issue
Block a user