mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-01 03:37:46 +08:00
[FIX-4326][UI] Add description field to data source list (#4362)
This commit is contained in:
parent
66141d58f6
commit
0b71c77b2d
@ -32,6 +32,11 @@
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('Description')" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
<span>{{scope.row.note | filterNull}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('Create Time')" min-width="120">
|
||||
<template slot-scope="scope">
|
||||
<span>{{scope.row.createTime | formatDate}}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user