Merge branch 'main' into 'stg'

Main

See merge request cloud-mediate/mediate-manage-web!113
This commit is contained in:
刘翕 2025-02-28 08:59:02 +00:00
commit aba21922eb
2 changed files with 3 additions and 2 deletions

View File

@ -79,7 +79,7 @@
<el-table-column prop="createByName" label="操作人" show-overflow-tooltip ></el-table-column> <el-table-column prop="createByName" label="操作人" show-overflow-tooltip ></el-table-column>
<el-table-column label="操作时间" show-overflow-tooltip > <el-table-column label="操作时间" show-overflow-tooltip >
<template slot-scope="scope"> <template slot-scope="scope">
<span >{{ scope.row.createAt | formaDate("yyyy-MM-dd hh:mm:ss") }}</span> <span >{{ scope.row.updateAt | formaDate("yyyy-MM-dd hh:mm:ss") }}</span>
</template> </template>
</el-table-column> </el-table-column>

View File

@ -230,7 +230,8 @@ export default {
}; };
}, },
mounted() { mounted() {
// console.log(1231)
this.repaymentObj.bookingTime =this.$util.getDatetimeValue()
this.getLitigantByCaseId(); this.getLitigantByCaseId();
}, },
methods: { methods: {