Merge branch 'main' into 'stg'
Main See merge request cloud-mediate/mediate-manage-web!113
This commit is contained in:
commit
aba21922eb
@ -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>
|
||||||
|
|
||||||
|
|||||||
@ -230,7 +230,8 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
// console.log(1231)
|
|
||||||
|
this.repaymentObj.bookingTime =this.$util.getDatetimeValue()
|
||||||
this.getLitigantByCaseId();
|
this.getLitigantByCaseId();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user