diff --git a/src/views/framework/architecture/azjg2.vue b/src/views/framework/architecture/azjg2.vue index abf60fe..0c9c267 100644 --- a/src/views/framework/architecture/azjg2.vue +++ b/src/views/framework/architecture/azjg2.vue @@ -107,10 +107,15 @@
{{ '会员编号' }}
{{ treeData.memberCode }}
+
{{ '会员姓名' }}
{{ treeData.name }}
+
+
安置部门
+
{{ `第${treeData.placeDept}部门` }}
+
{{ '支付日期' }}
{{ treeData.payDate }}
diff --git a/src/views/framework/architecture/azjg3.vue b/src/views/framework/architecture/azjg3.vue index 400c7b6..45e691a 100644 --- a/src/views/framework/architecture/azjg3.vue +++ b/src/views/framework/architecture/azjg3.vue @@ -115,6 +115,10 @@
{{ '会员姓名' }}
{{ popdata.name }}
+
+
安置部门
+
{{ `第${popdata.placeDept}部门` }}
+
{{ '支付日期' }}
{{ popdata.payDate }}
@@ -416,6 +420,10 @@ export default {
{ '会员姓名' }
{data.name}
+
+
安置部门
+
{ `第${data.placeDept}部门` }
+
{ '支付日期' }
{data.payDate}
diff --git a/src/views/framework/architecture/azjg4.vue b/src/views/framework/architecture/azjg4.vue index d797dcf..f4209e5 100644 --- a/src/views/framework/architecture/azjg4.vue +++ b/src/views/framework/architecture/azjg4.vue @@ -103,6 +103,10 @@
{{ '会员姓名' }}
{{ treeData.name }}
+
+
安置部门
+
{{ `第${treeData.placeDept}部门` }}
+
{{ '支付日期' }}
{{ treeData.payDate }}
diff --git a/src/views/framework/architecture/azjg5.vue b/src/views/framework/architecture/azjg5.vue index 17e4f05..4a232ea 100644 --- a/src/views/framework/architecture/azjg5.vue +++ b/src/views/framework/architecture/azjg5.vue @@ -101,6 +101,10 @@
{{ '会员姓名' }}
{{ treeData.name }}
+
+
安置部门
+
{{ `第${treeData.placeDept}部门` }}
+
{{ '支付日期' }}
{{ treeData.payDate }}
@@ -445,6 +449,7 @@ export default {
{data.name}
{data.memberCode}
+
第{data.placeDept}部门
{/*
会员姓名:{data.name}
会员编号:{data.memberCode}
*/}
diff --git a/src/views/framework/architecture/index.vue b/src/views/framework/architecture/index.vue index 5b315f1..d8c5542 100644 --- a/src/views/framework/architecture/index.vue +++ b/src/views/framework/architecture/index.vue @@ -109,13 +109,18 @@
-
{{ '会员编号' }}
+
会员编号
{{ treeData.memberCode }}
-
{{ '会员姓名' }}
+
会员姓名
{{ treeData.name }}
+
+
安置部门
+
{{ `第${treeData.placeDept}部门` }}
+
+
{{ '支付日期' }}
{{ treeData.payDate }}
diff --git a/vue.config.js b/vue.config.js index c2191fb..ffeb8ea 100644 --- a/vue.config.js +++ b/vue.config.js @@ -53,8 +53,11 @@ module.exports = { } // proxy: { // '/prod-api': { - // target: 'http://t-mana.beida413.com/', + // target: 'http://localhost:8080/', // changeOrigin: true, + // pathRewrite: { + // '^/prod-api': '' + // } // } // } // before: require('./mock/mock-server.js')