Administrator
2021-11-17 008245806cc48c95f7a817fc5012f6ec9d51c2a6
保安证导出,上岗证新增删除,证书样式调整
3 files modified
15 ■■■■ changed files
src/views/accreditationRecords/accreditationRecords.vue 7 ●●●●● patch | view | raw | blame | history
src/views/accreditationRecords/accreditationRecordsPaper.vue 4 ●●●● patch | view | raw | blame | history
src/views/securityGuard/data.js 4 ●●●● patch | view | raw | blame | history
src/views/accreditationRecords/accreditationRecords.vue
@@ -24,11 +24,10 @@
    >
      <template slot="menuLeft">
        <el-button
          style="display:none"
          type="danger"
          size="small"
          icon="el-icon-delete"
          v-if="permission.notice_delete"
          v-if="permission.accreditationRecords_batch_delete || check"
          plain
          @click="handleDelete"
          >删 除
@@ -120,7 +119,7 @@
        index: true,
        stripe: true,
        viewBtn: true,
        // selection: true,
        selection: true,
        excelBtn: false,
        addBtnText: "发布",
        addTitle: "发布",
@@ -300,7 +299,7 @@
      return {
        addBtn: this.vaildData(null, false),
        viewBtn: this.vaildData(this.permission.accreditationRecords_view, false),
        delBtn: this.vaildData(null, false),
        delBtn: this.vaildData(this.permission.accreditationRecords_delete, false),
        editBtn: this.vaildData(null, false),
      };
    },
src/views/accreditationRecords/accreditationRecordsPaper.vue
@@ -1264,8 +1264,8 @@
.security_m_r_o_jg {
  position: absolute;
  top: 267px;
  left: 210px;
  top: 272px;
  left: 200px;
  line-height: 40px;
  letter-spacing: 2px;
}
src/views/securityGuard/data.js
@@ -524,7 +524,7 @@
    // },
    {
        label: "性别",
        prop: "sex",
        prop: "sexs",
        width: 80,
        type: "select",
        dicData: [{
@@ -761,4 +761,4 @@
            trigger: "blur"
        }]
    },
]
]