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()
161161 >
162162 <el-table-column type =" selection" width =" 55" />
163163 { { 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" >
165165 <template #default =" scope" >{ { " {{ formatDate(scope.row.CreatedAt) }}" } }</template >
166166 </el-table-column >
167167 { { end } }
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ getDataSourceFunc()
158158 >
159159 <el-table-column type =" selection" width =" 55" />
160160 { { 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" >
162162 <template #default =" scope" >{ { " {{ formatDate(scope.row.CreatedAt) }}" } }</template >
163163 </el-table-column >
164164 { { end } }
You can’t perform that action at this time.
0 commit comments