保安服务企业管理项目备份
zhongrj
2023-08-31 5bf5c7b69d146489ff81fd4402523933217c3987
成绩查看和管理新增保安员证编号查看和导出
3 files modified
64 ■■■■■ changed files
src/views/trainExam/performance.vue 49 ●●●●● patch | view | raw | blame | history
src/views/trainExam/singleperformance.vue 11 ●●●●● patch | view | raw | blame | history
vue.config.js 4 ●●●● patch | view | raw | blame | history
src/views/trainExam/performance.vue
@@ -941,31 +941,40 @@
            // 表单编辑时是否为查看模式
            editDetail: false
          },
          // {
          //   label: "是否制证",
          //   prop: "isPaper",
          //   type: "select",
          //   search: true,
          //   width: 70,
          //   searchSpan: 3,
          //   addDisplay: false,
          //   editDisplay: false,
          //   // hide: true,
          //   display: false,
          //   dicData: [
          //     {
          //       label: "全部",
          //       value: 10
          //     },
          //     {
          //       label: "已制证",
          //       value: 6
          //     },
          //     {
          //       label: "未制证",
          //       value: 7
          //     }
          //   ]
          // },
          {
            label: "是否制证",
            prop: "isPaper",
            type: "select",
            search: true,
            width: 70,
            searchSpan: 3,
            label: "保安员证编号",
            prop: "securityNumber",
            width: 110,
            addDisplay: false,
            editDisplay: false,
            // hide: true,
            display: false,
            dicData: [
              {
                label: "全部",
                value: 10
              },
              {
                label: "已制证",
                value: 6
              },
              {
                label: "未制证",
                value: 7
              }
            ]
          },
          {
            label: "有无照片",
src/views/trainExam/singleperformance.vue
@@ -539,7 +539,16 @@
                trigger: "blur"
              }
            ]
          }
          },
          {
            label: "保安员证编号",
            prop: "securityNumber",
            width: 110,
            addDisplay: false,
            editDisplay: false,
            // hide: true,
            display: false,
          },
        ]
      },
      questionBankSearch: {},
vue.config.js
@@ -29,14 +29,14 @@
        proxy: {
            "/api": {
                // 本地服务接口地址
                // target: 'http://localhost:81',
                target: 'http://localhost:81',
                // target: 'http://zhbaw.zhba:81',
                // 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.107:81',//唐N
                // target: 'http://61.131.136.25:81',//唐N
                target: "http://60.220.177.113:2081/api",
                // target: "http://60.220.177.113:2081/api",
                //远程演示服务地址,可用于直接启动项目
                ws: true,
                pathRewrite: {