From 1748746bbc0bac215d5e747062b1010af01e8466 Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期二, 10 九月 2024 14:02:08 +0800 Subject: [PATCH] 1.新增筛选:已加价/未加价2.新增“售价”字段,售价=底价+加价 --- 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