From 737fa999875ec2782d6c098ef490cf66d45bbfaf Mon Sep 17 00:00:00 2001 From: mayf <m13160102112@163.com> Date: 星期五, 20 九月 2024 16:25:35 +0800 Subject: [PATCH] 分类表格文字修改 积分优惠券限制库存为0不能发布 删除用户优惠券选择用户弹窗中的新增按钮 优惠券使用条件和面值校验问题 --- components/base-nav.vue | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/components/base-nav.vue b/components/base-nav.vue index f3374ed..121c8ec 100644 --- a/components/base-nav.vue +++ b/components/base-nav.vue @@ -122,20 +122,6 @@ passwordFormInfo: {}, passwordForm: [ { - label: this.$t('nav.oldPassword'), - id: 'oldPassword', - type: 'input', - el: { type: 'password' }, - rules: { - required: true, - message: joinLocaleText( - this.$t('elBus.common.pleaseEnter'), - this.$t('nav.oldPassword') - ), - trigger: 'blur', - }, - }, - { label: this.$t('nav.newPassword'), id: 'password', type: 'input', -- Gitblit v1.9.3