File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ getDataSourceFunc()
161
161
>
162
162
<el-table-column type =" selection" width =" 55" />
163
163
{ { if .GvaModel } }
164
- <el-table-column sortable align =" left" label =" 日期" prop =" CreatedAt" { { - if .IsTree } } min-{{- end }}width =" 180" >
164
+ <el-table-column sortable align =" left" label =" 日期" prop =" CreatedAt" { { - if .IsTree } } min-{{- end - }}width =" 180" >
165
165
<template #default =" scope" >{ { " {{ formatDate(scope.row.CreatedAt) }}" } }</template >
166
166
</el-table-column >
167
167
{ { end } }
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ getDataSourceFunc()
158
158
>
159
159
<el-table-column type =" selection" width =" 55" />
160
160
{ { if .GvaModel } }
161
- <el-table-column sortable align =" left" label =" 日期" prop =" CreatedAt" { { - if .IsTree } } min-{{- end }}width =" 180" >
161
+ <el-table-column sortable align =" left" label =" 日期" prop =" CreatedAt" { { - if .IsTree } } min-{{- end - }}width =" 180" >
162
162
<template #default =" scope" >{ { " {{ formatDate(scope.row.CreatedAt) }}" } }</template >
163
163
</el-table-column >
164
164
{ { end } }
You can’t perform that action at this time.
0 commit comments