diff --git a/src/assets/images/红旗.png b/src/assets/images/红旗.png new file mode 100644 index 0000000..278e33e Binary files /dev/null and b/src/assets/images/红旗.png differ diff --git a/src/router/routes/basic.ts b/src/router/routes/basic.ts index 523729a..9e7f96c 100644 --- a/src/router/routes/basic.ts +++ b/src/router/routes/basic.ts @@ -14,7 +14,7 @@ export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = { children: [ { path: '/:path(.*)*', - name: PAGE_NOT_FOUND_NAME, + name: 'PAGE_NOT_FOUND_NAME', component: EXCEPTION_COMPONENT, meta: { title: 'ErrorPage', diff --git a/src/views/projectBoard/unfinishNode/data.ts b/src/views/projectBoard/unfinishNode/data.ts index 1aed2ab..83bc165 100644 --- a/src/views/projectBoard/unfinishNode/data.ts +++ b/src/views/projectBoard/unfinishNode/data.ts @@ -37,6 +37,16 @@ export const columns: BasicColumn[] = [{ width: 200, dataIndex: 'superiorFundPayRate', }, + { + title: '总分', + width: 200, + dataIndex: 'superiorFundPayRate', + }, + { + title: '红旗数量', + width: 200, + dataIndex: 'redFlagCount', + }, ], } diff --git a/src/views/projectBoard/unfinishNode/index.vue b/src/views/projectBoard/unfinishNode/index.vue index 4451e95..e11660b 100644 --- a/src/views/projectBoard/unfinishNode/index.vue +++ b/src/views/projectBoard/unfinishNode/index.vue @@ -15,7 +15,13 @@ >
- +