+
+
-
{{ item.xmmc }}
+
{{ item.name }}
-
现状分类:{{ item.xcfl }}
-
总投资额:{{ item.ztzje }}
-
填报时间:{{ item.tbrq }}
+
现状分类:{{ xzflMap[item.xzfl] }}
+
总投资额:{{ item.ztze }}
+
填报时间:{{ item.updateTime }}
+
状态:{{ statusMap[item.status] }}
-
{{ item.status }}
+
{{ statusMap[item.status] }}
@@ -55,46 +56,66 @@
@@ -126,42 +147,6 @@ export default {
align-items: center;
}
-.relaitem {
- position: relative;
-}
-
-.itemsall {
- position: absolute;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- top: 5.5rem;
- left: 7.2rem;
-}
-
-.itemsall span:nth-child(1) {
- font-family: DIN, DIN;
- font-weight: 500;
- font-size: 1.75rem;
- color: #292C33;
- line-height: 2.44rem;
- text-align: left;
- font-style: normal;
- text-transform: none;
-}
-
-.itemsall span:nth-child(2) {
- font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
- font-weight: 400;
- font-size: 0.88rem;
- color: #9E9E9E;
- line-height: 1.25rem;
- text-align: left;
- font-style: normal;
- text-transform: none;
-}
-
.itemhead span {
margin-left: 1rem;
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
@@ -203,12 +188,10 @@ export default {
}
.mainareaitem {
- /* padding: .5rem 0 .5rem .5rem; */
display: flex;
justify-content: space-between;
border: 1px solid #ccc;
margin: 0 1rem 0 0;
-
}
.itemleft {
diff --git a/vue.config.js b/vue.config.js
index 01f7fbe..9e209e0 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -31,13 +31,13 @@ module.exports = {
// webpack-dev-server 相关配置
devServer: {
host: '0.0.0.0',
- // public:'192.168.0.119',
+ public:'192.168.0.119',
port: port,
open: true,
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
- target: `http://192.168.0.125:7071/`,
+ target: `http://39.101.188.84:7071/`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''