style:弹框按钮
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -92,7 +92,7 @@ | ... | @@ -92,7 +92,7 @@ |
92 | <el-button type="primary" plain @click="submitForm" v-if="!Edit" :loading="saveloding" | 92 | <el-button type="primary" plain @click="submitForm" v-if="!Edit" :loading="saveloding" |
93 | :disabled="JSON.stringify(this.$store.state.business.rules) === '{}'">确定 | 93 | :disabled="JSON.stringify(this.$store.state.business.rules) === '{}'">确定 |
94 | </el-button> | 94 | </el-button> |
95 | n @click="closeDialog()">关闭</el-button> | 95 | <el-button @click="closeDialog()">关闭</el-button> |
96 | </div> | 96 | </div> |
97 | </div> | 97 | </div> |
98 | </el-dialog> | 98 | </el-dialog> | ... | ... |
-
Please register or sign in to post a comment