Browse Source

fix:添加编辑时充值禁用

wangsisi 4 tháng trước cách đây
mục cha
commit
77a3fad193
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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">