From 5a3ace296c010b5c11501dedf252e1c144cda9e2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 06 Dec 2021 13:55:01 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_enterprises_ys
---
src/views/securityAnalysis/child/dispatch.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/securityAnalysis/child/dispatch.vue b/src/views/securityAnalysis/child/dispatch.vue
index 727d05c..c53e493 100644
--- a/src/views/securityAnalysis/child/dispatch.vue
+++ b/src/views/securityAnalysis/child/dispatch.vue
@@ -20,7 +20,7 @@
props: ["card"],
data() {
var jurisdiction =
- this.card.jurisdiction == "1123598813738675201"
+ this.card.jurisdiction == "1372091709474910209"
? "1372091709474910209"
: this.card.jurisdiction;
return {
@@ -176,11 +176,11 @@
},
],
},
- // {
- // label: " 派遣人数",
- // prop: "num",
- // labelWidth: 118,
- // },
+ {
+ label: "人员数量",
+ prop: "num",
+ labelWidth: 118,
+ },
{
label: "合同开始时间",
prop: "startTime",
@@ -304,7 +304,7 @@
} else {
this.option1.column[2].search = false;
}
- if (this.card.jurisdiction == 1123598813738675201) {
+ if (this.card.jurisdiction == 1372091709474910209) {
this.card.jurisdiction = "";
}
// console.log(this.query1);
@@ -360,4 +360,4 @@
</script>
<style scoped>
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3