Browse Source

Merge branch 'hjw-percreatname' into 'master'

Update dialog.vue

See merge request spfm/spfm-market-front!380
杨壁繁 2 years ago
parent
commit
dfb93f7337
1 changed files with 1 additions and 1 deletions
  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">
     <div slot="footer">
       <slot name="footer">
       <slot name="footer">
         <el-button @click="handleCancel" size="small">取消</el-button>
         <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
           >确定</el-button
         >
         >
       </slot>
       </slot>