feat:模板删除联调
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
/>
|
||||
<!--组件底部左侧操作-->
|
||||
<template #action="{ element: el }">
|
||||
<div class="flex slot-actions" v-if="el.id === chooseQuestionId">
|
||||
<div v-if="el.id === chooseQuestionId" class="flex slot-actions">
|
||||
<template v-for="(item, optionIndex) in actionOptions">
|
||||
<div
|
||||
v-if="item.question_type.includes(el.question_type)"
|
||||
|
||||
Reference in New Issue
Block a user