更新
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user