|
@@ -166,9 +166,9 @@
|
|
type="text"
|
|
type="text"
|
|
>{{ scope.row.examRecordDataId }}</el-button
|
|
>{{ scope.row.examRecordDataId }}</el-button
|
|
>
|
|
>
|
|
- <span v-show="!currentPagePrivileges.SNAPSHOT_DETAILS">{{
|
|
|
|
- scope.row.examRecordDataId
|
|
|
|
- }}</span>
|
|
|
|
|
|
+ <span v-show="!currentPagePrivileges.SNAPSHOT_DETAILS">
|
|
|
|
+ {{ scope.row.examRecordDataId }}
|
|
|
|
+ </span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -521,9 +521,10 @@ export default {
|
|
//监控权限是否获取完成
|
|
//监控权限是否获取完成
|
|
getPermissionStatus: function(val) {
|
|
getPermissionStatus: function(val) {
|
|
if (val) {
|
|
if (val) {
|
|
- if (!this.currentPagePrivileges.INVIGILATE_AUDIT_STATUS) {
|
|
|
|
- this.form.status = "UN_PASS";
|
|
|
|
- }
|
|
|
|
|
|
+ //需求调整20200924:经沟通暂时注释此需求
|
|
|
|
+ // if (!this.currentPagePrivileges.INVIGILATE_AUDIT_STATUS) {
|
|
|
|
+ // this.form.status = "UN_PASS";
|
|
|
|
+ // }
|
|
this.backFill();
|
|
this.backFill();
|
|
}
|
|
}
|
|
}
|
|
}
|