| | |
| | | label-position="right" |
| | | label-width="110px" |
| | | size="mini" |
| | | style="height: 53vh; overflow-x: hidden" |
| | | > |
| | | <!-- <div class="content-btn"> |
| | | <el-button plain size="mini" disabled>标签打印</el-button> |
| | |
| | | </div> |
| | | </el-form> |
| | | <!-- 尾 --> |
| | | <div v-if="showFooter" slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" size="small" @click="saveClick('form')">保存</el-button> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" size="small" @click="saveClick('form')" :disabled="!showFooter">保存</el-button> |
| | | <el-button size="small" @click="editConfig.visible = false">取消</el-button> |
| | | </div> |
| | | </el-dialog> |