Browse Source

添加详情功能

sujunling 2 years ago
parent
commit
dc9355d626
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/authorize/empower/index.vue

+ 2 - 2
src/views/authorize/empower/index.vue

@@ -8,8 +8,8 @@
         </div>
         <div class="input">
           <span>资源类型</span>
-          <a-select allowClear @change="handleTypeChange" v-model:value="selectTypeValue" style="width: 200px"
-            :options="typeOptions"></a-select>
+          <!-- <a-select allowClear v-model:value="selectTypeValue" style="width: 200px" :options="typeOptions"></a-select> -->
+          <a-select allowClear @change="handleTypeChange" v-model:value="selectTypeValue" style="width: 200px" :options="typeOptions"></a-select>
         </div>
         <div class="input" v-if="selectTypeValue != 'SR'">
           <span>应用系统</span>