File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 6464 :storeKey =" storeKey"
6565 >
6666 <el-table-column type =" selection" width =" 55" :reserve-selection =" true" />
67- <el-table-column
68- prop =" name"
69- :label =" $t('views.document.table.name')"
70- min-width =" 280"
71- sortable
72- >
67+ <el-table-column prop =" name" :label =" $t('views.document.table.name')" min-width =" 280" >
7368 <template #default =" { row } " >
7469 <ReadWrite
7570 @change =" editName($event, row.id)"
250245 {{ $t(hitHandlingMethod[row.hit_handling_method as keyof typeof hitHandlingMethod]) }}
251246 </template >
252247 </el-table-column >
253- <el-table-column
254- prop =" create_time"
255- :label =" $t('common.createTime')"
256- width =" 175"
257- sortable
258- >
248+ <el-table-column prop =" create_time" :label =" $t('common.createTime')" width =" 175" sortable >
259249 <template #default =" { row } " >
260250 {{ datetimeFormat(row.create_time) }}
261251 </template >
@@ -829,7 +819,7 @@ function getList(bool?: boolean) {
829819 const param = {
830820 ... (filterText .value && { name: filterText .value }),
831821 ... filterMethod .value ,
832- order_by: orderBy .value ,
822+ order_by: orderBy .value
833823 }
834824 documentApi
835825 .getDocument (id as string , paginationConfig .value , param , bool ? undefined : loading )
You can’t perform that action at this time.
0 commit comments