yangfeng
2023-10-17 f9536da2d1e3add6037ffbbcbce571c16df67045
src/views/productManage/product/AddProductDialog.vue
@@ -29,7 +29,6 @@
        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>
@@ -450,8 +449,8 @@
        </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>