|
@@ -113,6 +113,7 @@
|
|
|
v-model="it.taskId"
|
|
v-model="it.taskId"
|
|
|
placeholder="请选择"
|
|
placeholder="请选择"
|
|
|
@change="(e) => selectName(e, $index, yyIdx)"
|
|
@change="(e) => selectName(e, $index, yyIdx)"
|
|
|
|
|
+ :disabled="isDetails"
|
|
|
>
|
|
>
|
|
|
<el-option
|
|
<el-option
|
|
|
v-for="item in stepsList"
|
|
v-for="item in stepsList"
|
|
@@ -127,6 +128,7 @@
|
|
|
<div
|
|
<div
|
|
|
class="item ww10 rx-cc"
|
|
class="item ww10 rx-cc"
|
|
|
@click="handDel3($index, yyIdx)"
|
|
@click="handDel3($index, yyIdx)"
|
|
|
|
|
+ v-if="!isDetails"
|
|
|
>
|
|
>
|
|
|
<el-link type="danger">删除</el-link>
|
|
<el-link type="danger">删除</el-link>
|
|
|
</div>
|
|
</div>
|
|
@@ -282,6 +284,7 @@
|
|
|
<div
|
|
<div
|
|
|
class="item ww10 rx-cc"
|
|
class="item ww10 rx-cc"
|
|
|
@click="handDel4($index, yyIdx)"
|
|
@click="handDel4($index, yyIdx)"
|
|
|
|
|
+ v-if="!isDetails"
|
|
|
>
|
|
>
|
|
|
<el-link type="danger">删除</el-link>
|
|
<el-link type="danger">删除</el-link>
|
|
|
</div>
|
|
</div>
|