Commit 70b273a2 authored by 周远喜's avatar 周远喜

任务修改完成

parent e48a00f1
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<User :value="entity.creatorUserId"/> <User :value="entity.creatorUserId"/>
</Filed> </Filed>
<Filed :span="24" :name="l('userIds')"> <Filed :span="24" :name="l('userIds')">
<User v-for="(li,i) in entity.userIds" :value="li" class="ml10"/> <User v-for="(li,i) in entity.userIds" :value="li" :key="i" class="ml10"/>
</Filed> </Filed>
<Filed :span="12" :name="l('startDate')"> <DateRange :value="entity"></DateRange></Filed> <Filed :span="12" :name="l('startDate')"> <DateRange :value="entity"></DateRange></Filed>
<Filed :span="12" :name="l('plansToStartDate')"><DateRange :value="entity" start="plansToStartDate" end="plansToEndTime"></DateRange></Filed> <Filed :span="12" :name="l('plansToStartDate')"><DateRange :value="entity" start="plansToStartDate" end="plansToEndTime"></DateRange></Filed>
...@@ -90,10 +90,8 @@ ...@@ -90,10 +90,8 @@
<component :is="detail" :eid="curId" /> <component :is="detail" :eid="curId" />
</Card> </Card>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import Api from "./api"; import Api from "./api";
import ApiRecord from "../record/api"; import ApiRecord from "../record/api";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment