File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1515 ref =" tableRef"
1616 row-key =" field"
1717 >
18- <el-table-column prop =" variable" :label =" $t('dynamicsForm.paramForm.field.label')" />
19- <el-table-column prop =" default_value" :label =" $t('dynamicsForm.default.label')" />
18+ <el-table-column prop =" variable" :label =" $t('dynamicsForm.paramForm.field.label')" >
19+ <template #default =" { row } " >
20+ <span class =" ellipsis-1" :title =" row.variable" >
21+ {{ row.variable }}
22+ </span >
23+ </template >
24+ </el-table-column >
25+ <el-table-column prop =" default_value" :label =" $t('dynamicsForm.default.label')" >
26+ <template #default =" { row } " >
27+ <span class =" ellipsis-1" :title =" row.default_value" >
28+ {{ row.default_value }}
29+ </span >
30+ </template >
31+ </el-table-column >
2032 <el-table-column :label =" $t('common.required')" >
2133 <template #default =" { row } " >
2234 <div @click.stop >
Original file line number Diff line number Diff line change 88 @mouseenter =" showicon = true"
99 @mouseleave =" showicon = false"
1010 >
11- <span >{{ item.label }} {{ '{' + item.value + '}' }}</span >
11+ <span class = " break-all " >{{ item.label }} {{ '{' + item.value + '}' }}</span >
1212 <el-tooltip
1313 effect =" dark"
1414 :content =" $t('views.applicationWorkflow.setting.copyParam')"
You can’t perform that action at this time.
0 commit comments