|
|
|
@ -1,8 +1,8 @@ |
|
|
|
<template> |
|
|
|
<view class="u-font-14 rounded-md bg-white p-2" style="height: 100%" @click="setStorage"> |
|
|
|
<view class="u-font-14 rounded-md bg-white" style="height: 100%" @click="setStorage"> |
|
|
|
<!-- <plugin-default /> --> |
|
|
|
<!-- <component :task="task" :is="pluginComponent"></component> --> |
|
|
|
<p-task-title :task="task" v-if="pluginId === '1'" /> |
|
|
|
<p-task-title :task="task" v-if="pluginId === '1'" class="p-2" /> |
|
|
|
<!-- <p-task-description :task="task" v-if="pluginId === '2'" /> |
|
|
|
<p-task-duration-delay :task="task" v-if="pluginId === '3'" /> |
|
|
|
<p-task-start-time-delay :task="task" v-if="pluginId === '4'" /> |
|
|
|
@ -19,9 +19,9 @@ |
|
|
|
|
|
|
|
<!-- 交付物插件 --> |
|
|
|
<p-deliver v-else-if="pluginId === '15'" /> |
|
|
|
<p-source-manage v-else-if="pluginId === '16'" /> |
|
|
|
<p-finance-audit v-else-if="pluginId === '17'" /> |
|
|
|
<p-finance v-else-if="pluginId === '18'" /> |
|
|
|
<p-source-manage v-else-if="pluginId === '16'" class="p-2" /> |
|
|
|
<p-finance-audit v-else-if="pluginId === '17'" class="p-2" /> |
|
|
|
<p-finance v-else-if="pluginId === '18'" class="p-2" /> |
|
|
|
<Render v-else :task="task" :pluginId="pluginId" :styleType="styleType" :pluginTaskId="pluginTaskId" :param="param" /> |
|
|
|
</view> |
|
|
|
</template> |
|
|
|
|