| | |
| | | <div class="security_m_r_o_rightcardid">{{ data.cardid }}</div> |
| | | </div> |
| | | <span slot="footer" |
| | | class="dialog-footer no-print PrintBut"> |
| | | class="dialog-footer no-print PrintBut" |
| | | v-if='permission.securityGuard_securityCertificate'> |
| | | <el-button type="primary" |
| | | @click="Print">打 印</el-button> |
| | | </span> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { mapGetters } from "vuex"; |
| | | import dictVertical from "../util/demo/dict-vertical.vue"; |
| | | export default { |
| | | data () { |
| | |
| | | this.year = time[0] |
| | | this.month = time[1] |
| | | }, |
| | | computed: { |
| | | ...mapGetters(["userInfo", "permission"]), |
| | | }, |
| | | methods: { |
| | | Print () { |
| | | if (this.data.registered == '' || this.data.registered == null) { |