Hwt %!s(int64=2) %!d(string=hai) anos
pai
achega
215e18267b

+ 3 - 2
operationSupport/src/views/newWorkBench/components/addcommonfuntion.vue

@@ -64,8 +64,9 @@ export default {
     },
     submit () {
       let sun = this.testingCheck();
-      if (sun < 4) {
-        this.$message.info('请选择4项常用模块');
+      if (sun > 4) {
+        this.$message.error('只能选择4项常用模块');
+        // this.$message.info('请选择4项常用模块');
       } else {
         let installVal = {
           menuIds: JSON.stringify(this.thisModelArr.filter((item) => item.checkbox == true))

+ 1 - 1
operationSupport/src/views/payService/landlordBill/stePage/single.vue

@@ -225,7 +225,7 @@ export default {
         let f = start.slice(5, 7),
           l = end.slice(5, 7);
         if (Number(f) == Number(l)) {
-          text = start;
+          text = start + '-' + end;
         } else {
           text = `${start.slice(0, 8)}-${end.slice(0, 8)}`;
         }

+ 1 - 1
operationSupport/src/views/payService/propertyFee/stepPage/single.vue

@@ -226,7 +226,7 @@ export default {
         let f = start.slice(5, 7),
           l = end.slice(5, 7);
         if (Number(f) == Number(l)) {
-          text = start;
+          text = start + '-' + end;
         } else {
           text = `${start.slice(0, 8)}-${end.slice(0, 8)}`;
         }