diff --git a/src/assets/img/icon/icon-add.png b/src/assets/img/icon/icon-add.png new file mode 100644 index 0000000..8224883 Binary files /dev/null and b/src/assets/img/icon/icon-add.png differ diff --git a/src/assets/img/icon/icon-code.png b/src/assets/img/icon/icon-code.png new file mode 100644 index 0000000..649e990 Binary files /dev/null and b/src/assets/img/icon/icon-code.png differ diff --git a/src/assets/img/icon/icon-delete.png b/src/assets/img/icon/icon-delete.png new file mode 100644 index 0000000..333c75a Binary files /dev/null and b/src/assets/img/icon/icon-delete.png differ diff --git a/src/assets/img/icon/icon-edit.png b/src/assets/img/icon/icon-edit.png new file mode 100644 index 0000000..604780d Binary files /dev/null and b/src/assets/img/icon/icon-edit.png differ diff --git a/src/components/list/ContractList.vue b/src/components/list/ContractList.vue index e69de29..8f91538 100644 --- a/src/components/list/ContractList.vue +++ b/src/components/list/ContractList.vue @@ -0,0 +1,108 @@ + + + + \ No newline at end of file diff --git a/src/components/list/TalentList.vue b/src/components/list/TalentList.vue index e69de29..95a0b25 100644 --- a/src/components/list/TalentList.vue +++ b/src/components/list/TalentList.vue @@ -0,0 +1,128 @@ + + + + \ No newline at end of file diff --git a/src/components/list/message.vue b/src/components/list/message.vue index e69de29..eca9a25 100644 --- a/src/components/list/message.vue +++ b/src/components/list/message.vue @@ -0,0 +1,81 @@ + + + + \ No newline at end of file diff --git a/src/view/contract/index.vue b/src/view/contract/index.vue index e69de29..92e4b85 100644 --- a/src/view/contract/index.vue +++ b/src/view/contract/index.vue @@ -0,0 +1,23 @@ + + + + \ No newline at end of file diff --git a/src/view/login/index.vue b/src/view/login/index.vue index 49c968e..4d383b6 100644 --- a/src/view/login/index.vue +++ b/src/view/login/index.vue @@ -1,11 +1,90 @@ + - - diff --git a/src/view/message/index.vue b/src/view/message/index.vue index e69de29..154b63f 100644 --- a/src/view/message/index.vue +++ b/src/view/message/index.vue @@ -0,0 +1,16 @@ + + + \ No newline at end of file diff --git a/src/view/talent/index.vue b/src/view/talent/index.vue index e69de29..fb28bbc 100644 --- a/src/view/talent/index.vue +++ b/src/view/talent/index.vue @@ -0,0 +1,27 @@ + + + + \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 735c300..122614f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, + "noUnusedLocals": false, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "paths": {