| | |
| | | @click="$refs.crud.rowEdit(row, index)" |
| | | >编辑 |
| | | </el-button> |
| | | <br v-if="permission.securityGuard_delete && row.status != 2" /> |
| | | <br v-if="permission.securityGuard_edit && row.status != 2" /> |
| | | <el-button |
| | | icon="el-icon-close" |
| | | :size="size" |
| | |
| | | // console.log(res.data,111111111111111111); |
| | | this.initFlag = false; |
| | | if (res.data.code == 200) { |
| | | this.$alert("账号为身份证号码,密码为身份证后六位", "温馨提示", { |
| | | this.$alert("账号为姓名,密码为身份证后六位", "温馨提示", { |
| | | confirmButtonText: "确定", |
| | | callback: action => { |
| | | this.$message({ |
| | |
| | | //保安员证编号不匹配的情况 |
| | | if (res.data.code == 201) { |
| | | this.$alert( |
| | | "用户新增成功!账号为身份证号码,密码为身份证后六位!注:当前保安证编号不匹配,请核实!也可通过提供保安证件信息提交核实申请!", |
| | | "用户新增成功!账号为姓名,密码为身份证后六位!注:当前保安证编号不匹配,请核实!", |
| | | "温馨提示", |
| | | { |
| | | confirmButtonText: "确定", |
| | |
| | | } |
| | | if (res.data.code == 201) { |
| | | this.$alert( |
| | | "修改成功!注:当前保安证编号不匹配,请核实!也可通过提供保安证件信息提交核实申请!", |
| | | "修改成功!注:当前保安证编号不匹配,请核实!", |
| | | "温馨提示", |
| | | { |
| | | confirmButtonText: "确定", |