tangzy
2021-08-12 d82a8b3aa73604e8cdd7ce10ae1cd13ca817a6e9
路径修改
6 files modified
32 ■■■■ changed files
src/views/securityGuard/securityGuard.vue 2 ●●● patch | view | raw | blame | history
src/views/securityUnit/data.js 12 ●●●● patch | view | raw | blame | history
src/views/securityUnit/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/securityUnitChild/data.js 2 ●●● patch | view | raw | blame | history
src/views/traincompany/index.vue 6 ●●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/views/securityGuard/securityGuard.vue
@@ -297,7 +297,7 @@
              res: "data",
            },
            tip: "请上传 .xls,.xlsx 标准格式文件",
            action: "/api/examSubjectChoices/import-examSubject",
            action: "/api/blade-user/import-user",
          },
          {
            label: "模板下载",
src/views/securityUnit/data.js
@@ -93,7 +93,7 @@
    // {
    //     label: "登记状态",
    //     prop: "regstsat",
    //     // addDisplay: true,
    //     // addDisplay: true,
    //     // editDisplay: true,
    //     // viewDisplay: true,
    //     // searchSpan: 4,
@@ -111,7 +111,7 @@
    //     // // }],
    // },
    {
        label: "成立日期",
        label: "注册时间",
        prop: "establishtime",
        labelWidth: 160,
        width: 130,
@@ -189,7 +189,7 @@
        // // rules: [{
        // //     required: false,
        // //     message: "请选择单位规模",
        // //     trigger: "blur"
        // //     trigger: "blur"
        // // }],
    },
    // {
@@ -391,7 +391,7 @@
    //     }]
    // },
    {
        label: "成立日期",
        label: "注册时间",
        prop: "establishtime",
        labelWidth: w,
        span: s,
@@ -400,7 +400,7 @@
        valueFormat: "timestamp",
        rules: [{
            required: true,
            message: "请输入成立日期",
            message: "请输入注册时间",
            trigger: "blur"
        }]
    },
@@ -598,7 +598,7 @@
    //     prop: "beneficial",
    //     labelWidth: w,
    //     span: s
    // },
    // },
    {
        label: "出资金额",
        prop: "capital2",
src/views/securityUnit/index.vue
@@ -127,7 +127,7 @@
      </avue-form>
    </el-dialog>
  </basic-container>
</template>
</template>
<script>
import { column, column0, column1, column2 } from "./data";
@@ -163,7 +163,7 @@
              res: "data",
            },
            tip: "请上传 .xls,.xlsx 标准格式文件",
            action: "/api/examSubjectChoices/import-examSubject",
            action: "/api/information/import-informaton",
          },
          {
            label: "模板下载",
@@ -711,4 +711,4 @@
.el-collapse {
  border-top: 1px solid transparent !important;
}
</style>
</style>
src/views/securityUnitChild/data.js
@@ -42,7 +42,7 @@
        disabled: true,
    },
    {
        label: "成立日期",
        label: "注册时间",
        prop: "establishtime",
        span: 11,
        labelWidth: 130,
src/views/traincompany/index.vue
@@ -64,7 +64,7 @@
import { mapState } from 'vuex';
export default {
  data() {
    return {
      form: {},
@@ -115,7 +115,7 @@
            width: 120,
          },
          {
            label: "成立日期",
            label: "注册时间",
            prop: "establishtime",
            type: "date",
            format: "yyyy-MM-dd",
@@ -240,7 +240,7 @@
                  trigger: "blur"
              }],
          },
        ],
      },
      data: [],
vue.config.js
@@ -1,6 +1,6 @@
module.exports = {
  //路径前缀
  publicPath: "/enterprises/",
  publicPath: "/",
  lintOnSave: true,
  productionSourceMap: false,
  chainWebpack: (config) => {
@@ -28,7 +28,7 @@
      '/api': {
        //本地服务接口地址
        // target: 'http://localhost',
        target: 'http://192.168.0.114:81',//钟W
        target: 'http://192.168.0.109:81',//钟W
        // target: 'http://localhost:81',//原W
        // target: 'http://192.168.0.108:81',//原W
        // target: 'http://192.168.0.109:81',//唐N