From fe7c3a29e0329f86ffedabc6783346defd2d07f1 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Fri, 10 Dec 2021 09:27:24 +0800 Subject: [PATCH] dd --- public/index.html | 4 +- .../visual/communityParty/community.vue | 7 + .../visual/communityParty/dialogInfo.vue | 186 ++++++++++++++++++ .../visual/components/screen-table/index.vue | 5 +- 4 files changed, 199 insertions(+), 3 deletions(-) create mode 100644 src/views/modules/visual/communityParty/dialogInfo.vue diff --git a/public/index.html b/public/index.html index be512c579..99efda61b 100644 --- a/public/index.html +++ b/public/index.html @@ -36,8 +36,8 @@ <% if (process.env.VUE_APP_NODE_ENV==='dev' ) { %> diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 466ee5428..28bb7fa1b 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -95,6 +95,10 @@ + @@ -103,15 +107,18 @@ import { requestPost } from "@/js/dai/request"; import screenTable from "../components/screen-table/index"; import cptCard from "@/views/modules/visual/cpts/card"; import nextTick from "dai-js/tools/nextTick"; +import dialogInfo from './dialogInfo.vue' export default { name: "warning-box", components: { cptCard, screenTable, + dialogInfo }, data() { return { + showedMoreInfo: true, tableLoading: false, warningList: [], headerList: [ diff --git a/src/views/modules/visual/communityParty/dialogInfo.vue b/src/views/modules/visual/communityParty/dialogInfo.vue new file mode 100644 index 000000000..d81a21b49 --- /dev/null +++ b/src/views/modules/visual/communityParty/dialogInfo.vue @@ -0,0 +1,186 @@ + + + + + + diff --git a/src/views/modules/visual/components/screen-table/index.vue b/src/views/modules/visual/components/screen-table/index.vue index cd75b9439..9d1861acb 100644 --- a/src/views/modules/visual/components/screen-table/index.vue +++ b/src/views/modules/visual/components/screen-table/index.vue @@ -42,7 +42,7 @@ --> -
查看
+
查看
加载中
@@ -296,6 +296,9 @@ export default { } } } + .td-btn { + color: #e4dc00; + } &-tr:nth-child(2n) { background: rgba(16, 75, 164, 0.24);