瀏覽代碼

Update dialog.vue

胡俊炜 2 年之前
父節點
當前提交
bb0d064908
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/main/performance/components/dialog.vue

+ 1 - 1
src/pages/main/performance/components/dialog.vue

@@ -16,7 +16,7 @@
     <div slot="footer">
       <slot name="footer">
         <el-button @click="handleCancel" size="small">取消</el-button>
-        <el-button @click="handleConfirm" type="primary" size="small" :disabled="this.BtnDisabled"
+        <el-button @click="handleConfirm" type="primary" size="small" :disabled="BtnDisabled"
           >确定</el-button
         >
       </slot>