File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11<div style =" font-size : 1em ;" >
22
3- Last updated on 2021-12-08 21:47:17
3+ Last updated on 2021-12-08 21:50:22
44
55</div >
66
6969 <tr >
7070 <td style =" text-align :left ;width : 15em ; " > name </td >
7171 </tr >
72+ <tr >
73+ <td style =" text-align :left ;width : 15em ; " > status </td >
74+ </tr >
7275</tbody >
7376</table >
7477
7982<table class =" table table-bordered table-striped table-hover table-condensed table-responsive " style =" width : auto !important ; margin-left : auto ; margin-right : auto ;" >
8083 <thead >
8184 <tr >
82- <th style =" text-align :left ;color : white !important ;background-color : gray !important ;font-size : 20px ;" > Company </th >
85+ <th style =" text-align :left ;color : white !important ;background-color : gray !important ;font-size : 20px ;" > Position </th >
8386 </tr >
8487 </thead >
8588<tbody >
Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ dbTables <- vector("list", length = 4)
7272
7373names(dbTables) <- c("Company", "Position", "Employee", "Job")
7474
75- dbTables[["Company"]] <- data.frame(Company = c("guid", "name"))
75+ dbTables[["Company"]] <- data.frame(Company = c("guid", "name", "status" ))
7676
77- dbTables[["Position"]] <- data.frame(Company = c("guid", "name", "status"))
77+ dbTables[["Position"]] <- data.frame(Position = c("guid", "name", "status"))
7878
7979dbTables[["Employee"]] <- data.frame(Employee = c("guid", "state", "status"))
8080
You can’t perform that action at this time.
0 commit comments