File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ public function ajax_filesize() {
293293 <md-table-row slot="md-table-row" slot-scope="{ item }">
294294 <!-- <md-table-cell md-label="ID" md-sort-by="id" md-numeric>{{ item.id }}</md-table-cell> -->
295295 <md-table-cell :error="item.cls" md-label="Count" md-sort-by="cnt">{{ item.cnt }}</md-table-cell>
296- <md-table-cell :error="item.cls" style="min-width:140px" md-label="Time" md-sort-by="t ">{{ item.time }}</md-table-cell>
296+ <md-table-cell :error="item.cls" style="min-width:140px" md-label="Time" md-sort-by="time ">{{ item.time }}</md-table-cell>
297297 <!-- <md-table-cell :error="item.cls" md-label="cls" md-sort-by="cls">{{ item.cls }}</md-table-cell> -->
298298 <md-table-cell class="message" md-label="Message" md-sort-by="msg" ><pre v-html="item.msg">{{ item.msg }}</pre></md-table-cell>
299299 </md-table-row>
You can’t perform that action at this time.
0 commit comments