@@ -272,6 +272,7 @@
size="mini"
type="primary"
icon="el-icon-edit"
+ :disabled="scope.row.examType !== 'ONLINE'"
@click="skipFaceSetting(scope.row)"
>人脸白名单</el-button
>
@@ -925,6 +925,7 @@
<el-dropdown-item>
<el-button
+ v-if="scope.row.examType === 'ONLINE'"
type="danger"
icon="el-icon-setting"
@@ -61,6 +61,7 @@
<el-form-item label="审核人">
<el-input
v-model="form.auditUserName"
+ :disabled="form.auditType === '1'"
class="form_search_width"
size="small"
placeholder="审核人"