src/views/fysp/task/components/CompSubTaskList.vue
@@ -6,6 +6,7 @@ <el-divider /> <div> <el-scrollbar :height="height"> <el-space fill direction="vertical"> <ItemSubTask v-for="s in data" :key="s.guid" :item="s"> <template #default="{ item }"> <el-button type="danger" size="small" @click="remove(item)" @@ -13,6 +14,7 @@ > </template> </ItemSubTask> </el-space> </el-scrollbar> </div> </template>