+
{{ dataCount.caseApplyAwardSeal }}
@@ -185,11 +195,11 @@ export default {
// 点击代办案件按钮
pushPage(status) {
if (status == 0 || status == 1 || status == 2 || status == 5 || status == 6 || status == 7 || status == 31 || status == 8 || status == 9) {
- this.$router.push({ name: 'CaseManagement/caseList', params: { status: status } })
- } else if (status == 11 || status == 12 || status == 13 || status == 14 || status == 15 || status == 16) {
- this.$router.push({ name: 'AwardManagement/listofAwards', params: { status: status } })
+ this.$router.push({ name: 'CaseManagement/caseList', params: { status: status + '' } })
+ } else if (status == 11 || status == 12 || status == 13 || status == 14 || status == 15 || status == 16 || status == 18) {
+ this.$router.push({ name: 'AwardManagement/listofAwards', params: { status: status + '' } })
} else if (status == 3){
- this.$router.push({ name: 'PaymentManagement/paymentList', params: { status: status } })
+ this.$router.push({ name: 'PaymentManagement/paymentList', params: { status: status + ''} })
}
}
// goTarget(href) {
@@ -270,7 +280,7 @@ export default {
}
.imgTitle {
- font-size: 20px;
+ font-size: 18px;
font-weight: 600;
}
}
diff --git a/src/views/officialSeal/components/addManager.vue b/src/views/officialSeal/components/addManager.vue
new file mode 100644
index 0000000..d9396b6
--- /dev/null
+++ b/src/views/officialSeal/components/addManager.vue
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/officialSeal/components/editManager.vue b/src/views/officialSeal/components/editManager.vue
new file mode 100644
index 0000000..cf7db0b
--- /dev/null
+++ b/src/views/officialSeal/components/editManager.vue
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/officialSeal/templateManager.vue b/src/views/officialSeal/templateManager.vue
new file mode 100644
index 0000000..f560b1e
--- /dev/null
+++ b/src/views/officialSeal/templateManager.vue
@@ -0,0 +1,140 @@
+
+
+
+
+ 新增模板
+
+
+
+
+
+
+ {{
+ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1
+ }}
+
+
+
+
+
+
+
+ 删除
+ 修改模板
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/paymentManagement/paymentList.vue b/src/views/paymentManagement/paymentList.vue
index d209a42..d807d51 100644
--- a/src/views/paymentManagement/paymentList.vue
+++ b/src/views/paymentManagement/paymentList.vue
@@ -6,8 +6,8 @@
-
+
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 9f388b3..b704d14 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -122,7 +122,12 @@
-
+
+
+ {{ node.label }}
+
+
@@ -189,7 +194,7 @@
-
+
@@ -327,7 +332,7 @@ export default {
{ min: 5, max: 20, message: '用户密码长度必须介于 5 和 20 之间', trigger: 'blur' }
],
email: [
- {
+ {
required: true,
message: '邮箱不能为空',
trigger: 'blur',