liuyg
2021-10-08 9ff77651eb6bf1bc0c14a20e6d36a5295920c844
保安公司新增类别
6 files modified
16 ■■■■■ changed files
src/views/securityUnit/armedEscort.vue 2 ●●● patch | view | raw | blame | history
src/views/securityUnit/securityTraining.vue 4 ●●●● patch | view | raw | blame | history
src/views/securityUnit/selfRecruitedSecurityGuard.vue 2 ●●● patch | view | raw | blame | history
src/views/securityUnit/transRegionalcompany.vue 2 ●●● patch | view | raw | blame | history
src/views/securityUnitChild/index.vue 2 ●●●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/views/securityUnit/armedEscort.vue
@@ -242,7 +242,7 @@
    };
  },
  created() {
    this.option0.column[4].value = 2;
    this.option0.column[4].value = 3;
    this.option0.column[4].disabled = true;
  },
  computed: {
src/views/securityUnit/securityTraining.vue
@@ -272,8 +272,8 @@
      },
    };
  },
    created() {
    this.option0.column[4].value = 2;
  created() {
    this.option0.column[4].value = 1;
    this.option0.column[4].disabled = true;
  },
  computed: {
src/views/securityUnit/selfRecruitedSecurityGuard.vue
@@ -290,7 +290,7 @@
    };
  },
  created() {
    this.option0.column[4].value = 2;
    this.option0.column[4].value = 0;
    this.option0.column[4].disabled = true;
  },
  computed: {
src/views/securityUnit/transRegionalcompany.vue
@@ -275,7 +275,7 @@
    };
  },
  created() {
    this.option0.column[4].value = 2;
    this.option0.column[4].value = 4;
    this.option0.column[4].disabled = true;
  },
  computed: {
src/views/securityUnitChild/index.vue
@@ -39,6 +39,7 @@
          @row-del="rowDel1"
          @selection-change="selectionChange1"
          @refresh-change="refreshChange1"
          @on-load="onLoad1"
        >
          <template slot="menuLeft">
            <el-button
@@ -76,6 +77,7 @@
          @row-del="rowDel2"
          @selection-change="selectionChange2"
          @refresh-change="refreshChange2"
          @on-load="onLoad2"
        >
          <template slot="menuLeft">
            <el-button
vue.config.js
@@ -28,10 +28,10 @@
            '/api': {
                // 本地服务接口地址
                // target: 'http://localhost:81',
                target: 'http://192.168.0.114:81',//钟日健W
                // target: 'http://192.168.0.114:81',//钟日健W
                // target: 'http://localhost:81', //原W
                // target: 'http://192.168.0.108:81',//原W
                // target: 'http://192.168.0.110:81',//唐N
                target: 'http://192.168.0.107:81',//唐N
                // target: 'http://223.82.109.183:81',//唐N
                //远程演示服务地址,可用于直接启动项目
                ws: true,