|
|
@@ -34,7 +34,6 @@
|
|
|
:before-open="beforeOpen"
|
|
|
:data="data"
|
|
|
:option="option"
|
|
|
- :permission="permissionList"
|
|
|
:table-loading="loading"
|
|
|
class="curd"
|
|
|
@row-del="rowDel"
|
|
|
@@ -82,7 +81,7 @@
|
|
|
<template #plan_commencement_time="{row}">
|
|
|
<div class='flex flex-center'>
|
|
|
<div class='mr-5 red'
|
|
|
- v-if='plan_commencement_time !== undefined && (row.is_start === undefined ||row.is_start === 0 )'>{{
|
|
|
+ v-if='row.plan_commencement_time !== undefined && (row.is_start === undefined ||row.is_start === 0 )'>{{
|
|
|
row.plan_commencement_time.substring(0, 10)
|
|
|
}}
|
|
|
</div>
|