Browse Source

fix:添加编辑时充值禁用

wangsisi 4 months ago
parent
commit
77a3fad193
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/authentic/index.vue

+ 1 - 1
src/views/authentic/index.vue

@@ -92,7 +92,7 @@
           <el-button class="btn" :class="{'disabled-button':!disabledForm&&isEdit}" type="primary" @click="onSearch"
             >查询</el-button
           >
-          <el-button class="btn reset" @click="onRest">重置</el-button>
+          <el-button class="btn reset" :class="{'disabled-button':!disabledForm&&isEdit}" @click="onRest">重置</el-button>
         </div>
       </el-form>
       <div class="box">