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);