|
@@ -249,7 +249,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
|
|
- <el-table-column label="获奖证书" min-width="15%">
|
|
|
|
|
|
|
+ <el-table-column label="证书" min-width="15%">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<div class="grid-content bg-purple-light">
|
|
<div class="grid-content bg-purple-light">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
@@ -426,10 +426,7 @@ export default {
|
|
|
this.$emit('changeButtonShow', this.$parent.$parent.$parent.btnShow)
|
|
this.$emit('changeButtonShow', this.$parent.$parent.$parent.btnShow)
|
|
|
} else {
|
|
} else {
|
|
|
console.log('error submit!!')
|
|
console.log('error submit!!')
|
|
|
- const fields = getInvalidFieldTips(
|
|
|
|
|
- invalidFields,
|
|
|
|
|
- fieldLabelMaps.zsb
|
|
|
|
|
- )
|
|
|
|
|
|
|
+ const fields = getInvalidFieldTips(invalidFields, fieldLabelMaps.zsb)
|
|
|
this.$emit('tipsShowTab', true, '资格职称证书', fields)
|
|
this.$emit('tipsShowTab', true, '资格职称证书', fields)
|
|
|
|
|
|
|
|
return false
|
|
return false
|