liuyg
2021-10-28 896fd9fdc23f869d87d898ab1d7fa7fab42c3b83
+培训考试成绩管理保安证卡片
2 files modified
17 ■■■■ changed files
src/views/securityGuard/baoanz.vue 8 ●●●●● patch | view | raw | blame | history
src/views/trainExam/performance.vue 9 ●●●● patch | view | raw | blame | history
src/views/securityGuard/baoanz.vue
@@ -22,9 +22,11 @@
      </div>
    </div>
    <span slot="footer" class="dialog-footer no-print PrintBut">
      <el-button type="primary" @click="Print">打 印</el-button>
      <el-button type="primary" @click="Print" v-show="closePrint != 1"
        >打 印</el-button
      >
      <el-button type="primary" @click="closeME" v-show="close == 1"
        >取 消</el-button
        >返 回</el-button
      >
    </span>
  </div>
@@ -43,7 +45,7 @@
import { getER } from "@/api/performance/performance";
export default {
  props: ["data", "close"],
  props: ["data", "close", "closePrint"],
  data() {
    return {
      erweima: "",
src/views/trainExam/performance.vue
@@ -100,7 +100,7 @@
                :disabled="row.qualified != 0"
                :size="size"
                :type="type"
                >发证</el-button
                >查看证件</el-button
              >
            </template>
          </avue-crud>
@@ -132,7 +132,12 @@
      :modal-append-to-body="false"
    > -->
    <div class="dialogVisiblezhengjian" v-if="dialogVisiblezhengjian">
      <baoanz :data="baoanzdata" :close="1" @close="closezhengjian"></baoanz>
      <baoanz
        :data="baoanzdata"
        :close="1"
        @close="closezhengjian"
        :closePrint="1"
      ></baoanz>
    </div>
    <!-- </el-dialog> -->
  </el-row>