This commit is contained in:
2022-07-06 16:59:18 +08:00
parent 89ebeeb791
commit a227548f38
20 changed files with 228 additions and 171 deletions

View File

@@ -62,6 +62,9 @@
prop="createTime"
label="发起时间"
>
<template slot-scope="scope">
{{ scope.row.createTime ? scope.row.createTime.replace('T', ' ') : '' }}
</template>
</el-table-column>
<el-table-column
prop="taskSource"
@@ -170,7 +173,7 @@ export default {
statusList
}
},
activated () {
created () {
this.getDataList()
},
methods: {