|
@@ -238,7 +238,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
-import { getNowDate } from "@/components/tool/Date.js";
|
|
|
|
|
|
+import { getNowDate,formatDate } from "@/components/tool/Date.js";
|
|
import { getWord2 } from "@/components/tool/getWord2";
|
|
import { getWord2 } from "@/components/tool/getWord2";
|
|
import studentProjectWord from "./studentProjectWord.vue";
|
|
import studentProjectWord from "./studentProjectWord.vue";
|
|
import studentProjectWordShow from "./studentProjectWordShow.vue";
|
|
import studentProjectWordShow from "./studentProjectWordShow.vue";
|
|
@@ -614,6 +614,7 @@ export default {
|
|
this.wordData.opinion = data.opinion?JSON.parse(data.opinion):[];
|
|
this.wordData.opinion = data.opinion?JSON.parse(data.opinion):[];
|
|
this.wordData.attachment = data.attachment?JSON.parse(data.attachment):[];
|
|
this.wordData.attachment = data.attachment?JSON.parse(data.attachment):[];
|
|
this.wordData.promotion = data.promotion.indexOf(data.ProjectNo);
|
|
this.wordData.promotion = data.promotion.indexOf(data.ProjectNo);
|
|
|
|
+ this.wordData.create_at = formatDate(data.create_at)
|
|
this.downWordData = {
|
|
this.downWordData = {
|
|
...this.wordData,
|
|
...this.wordData,
|
|
...{ etime: data.eTime, btime: data.bTime, dp: data.className },
|
|
...{ etime: data.eTime, btime: data.bTime, dp: data.className },
|