Prechádzať zdrojové kódy

场景时间 修复判断bug

DESKTOP-2S67K1S\31396 2 rokov pred
rodič
commit
d4a02c729a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/views/operation/sceneTime/index.vue

+ 1 - 1
src/views/operation/sceneTime/index.vue

@@ -40,7 +40,7 @@
       </el-form>
       <div slot="footer">
         <el-button @click="cancel">取消</el-button>
-        <el-button v-if="disabled" type="primary" @click="getSubmit">确定</el-button>
+        <el-button v-if="!disabled" type="primary" @click="getSubmit">确定</el-button>
       </div>
     </el-dialog>
   </div>