WANG 6 years ago
parent
commit
de817873a3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/modules/examwork/view/offlineExamOrgSettings.vue

+ 3 - 1
src/modules/examwork/view/offlineExamOrgSettings.vue

@@ -82,7 +82,8 @@
               <div>
                 <el-button
                   size="mini"
-                  type="info"
+                  type="warning"
+                  plain
                   @click="showUpdateOrgSetting(scope.row)"
                 >
                   修改
@@ -203,6 +204,7 @@
                   remote
                   filterable
                   clearable
+                  :disabled="true"
                   v-model="orgSetting.orgId"
                   placeholder="请选择"
                 >