Merge branch 'fix_foton_20240408' into 'master'

Fix foton 20240408

See merge request laws-foton-slrs/foton-laws-system-front!174
This commit is contained in:
王晓勇
2024-04-12 06:10:07 +00:00
2 changed files with 10 additions and 9 deletions
@@ -46,6 +46,16 @@
<span>{{ scope.row.releaseDate ? $moment(scope.row.releaseDate).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column>
<el-table-column
width="120"
v-if="messageType == 'GNBZFG'"
prop="putTime"
label="实施时间"
>
<template slot-scope="scope">
<span>{{ scope.row.putTime }}</span>
</template>
</el-table-column>
</el-table>
<div v-if="!pageVerify" class="more" @click="togo">更多 </div>
<loading :loading="loading">加载中...</loading>
@@ -46,15 +46,6 @@
<span>{{ scope.row.releaseDate ? $moment(scope.row.releaseDate).format('YYYY-MM-DD') : '' }}</span>
</template>
</el-table-column>
<el-table-column
width="120"
prop="putTime"
label="实施时间"
>
<template slot-scope="scope">
<span>{{ scope.row.putTime}}</span>
</template>
</el-table-column>
</el-table>
<div v-if="!pageVerify" class="more" @click="togo">更多 </div>
<loading :loading="loading">加载中...</loading>