Explorar el Código

添加详情功能

sujunling hace 2 años
padre
commit
deff6f0376
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>