Conformance: Have activity fix chart Date.
This commit is contained in:
@@ -104,7 +104,7 @@ export default {
|
||||
columnData: function() {
|
||||
const data = JSON.parse(JSON.stringify(this.cases)); // 深拷貝原始 cases 的內容
|
||||
const result = [
|
||||
{ field: 'id', header: 'ID' },
|
||||
{ field: 'id', header: 'Case Id' },
|
||||
{ field: 'started_at', header: 'Start Date' },
|
||||
{ field: 'completed_at', header: 'End Date' },
|
||||
...data[0].attributes.map((att, index) => ({ field: `att_${index}`, header: att.key })),
|
||||
|
||||
Reference in New Issue
Block a user