-
-
职位
-
{{ item.personnelPosition }}
+
+
+ 职位
+ {{ item.personnelPosition }}
+
+
+ 从业年限
+ {{ item.employmentYears }}年
+
+
+ 入职时间
+ {{ item.employmentDate }}
+
-
- 从业年限
- {{ item.employmentYears }}年
-
-
-
入职时间
-
{{ item.employmentDate }}
+
+
+
+
+
![详情]()
+
详情
+
+
+
![编辑]()
+
编辑
+
+
+
![删除]()
+
删除
+
-
-
-
-
![详情]()
-
详情
-
-
-
![编辑]()
-
编辑
-
-
-
![删除]()
-
删除
-
+
+
+ {{ item.errorInfos.join(',') }}
@@ -344,6 +351,11 @@ export default {
}
}
+.personnel-card-wrapper {
+ display: flex;
+ flex-direction: column;
+}
+
.personnel-card {
background: #fff;
border-radius: 8px;
@@ -387,6 +399,19 @@ export default {
}
}
+.expired-tags {
+ padding: 8px 12px;
+ flex-shrink: 0;
+
+ .expired-text {
+ display: block;
+ color: #db3e29;
+ font-size: 14px;
+ line-height: 1.5;
+ word-break: break-all;
+ }
+}
+
.personnel-header {
display: flex;
justify-content: space-between;
diff --git a/vue.config.js b/vue.config.js
index 3848aa4..0c366a6 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -12,7 +12,7 @@ const name = process.env.VUE_APP_TITLE || '智能投标系统' // 网页标题
// const baseUrl = 'http://localhost:8080' // 后端接口
const baseUrl = 'http://192.168.0.39:8080'
-// const baseUrl = 'http://192.168.31.170:8080'
+// const baseUrl = 'http://192.168.31.169:8080'
const port = process.env.port || process.env.npm_config_port || 80 // 端口