| | |
| | | prop: "securitynumber", |
| | | hide: true, |
| | | }, |
| | | { |
| | | label: "发证日期", |
| | | prop: "paperTime", |
| | | hide: true, |
| | | type: "date", |
| | | format: "yyyy-MM-dd", |
| | | valueFormat: "yyyy-MM-dd", |
| | | }, |
| | | // { |
| | | // label: "发证日期", |
| | | // prop: "paperTime", |
| | | // hide: true, |
| | | // type: "date", |
| | | // format: "yyyy-MM-dd", |
| | | // valueFormat: "yyyy-MM-dd", |
| | | // }, |
| | | { |
| | | label: "电子邮箱", |
| | | prop: "email", |
| | |
| | | >缺考标记</el-button |
| | | > |
| | | <el-button |
| | | icon="el-icon-s-flag" |
| | | icon="el-icon-s-promotion" |
| | | @click="openzhengjian(row)" |
| | | :disabled="row.qualified != 0" |
| | | :size="size" |
| | | :type="type" |
| | | >打印证件</el-button |
| | | >发证</el-button |
| | | > |
| | | </template> |
| | | </avue-crud> |
| | |
| | | uploadAfter(res, done, loading, column) { |
| | | window.console.log(column); |
| | | this.excelBox = false; |
| | | // this.$message({ |
| | | // type: "success", |
| | | // message: "操作成功!", |
| | | // }); |
| | | this.refreshChange(); |
| | | done(); |
| | | }, |
| | |
| | | // return; |
| | | // } |
| | | |
| | | // if (that.userInfo.role_name == "培训公司管理员") { |
| | | // //如果是培训公司管理员 |
| | | // row["trainingUnitId"] = that.userInfo.dept_id; |
| | | // } |
| | | if (that.userInfo.role_name == "培训公司管理员") { |
| | | //如果是培训公司管理员 |
| | | row["trainingUnitId"] = that.userInfo.dept_id; |
| | | } |
| | | |
| | | // row["number"] = row.serialEnd - row.serialStart + 1; |
| | | // //创建人 |
| | | // row["creator"] = this.userInfo.Id; |
| | | row["creator"] = this.userInfo.Id; |
| | | let cho = this.choiceName; |
| | | let str = ""; |
| | | for (let k in cho) { |