소스 검색

添加详情功能

sujunling 2 년 전
부모
커밋
dc9355d626
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>