wupengfei
2025-10-31 7b2336f17ab3204673c95c4be6e739a348bf9b1c
src/views/CustomerManage/components/AddOrEditCustomerView.vue
@@ -231,7 +231,6 @@
                prop="operatorPassword"
                :check-rules="[
                  {
                    required: false,
                    message: '请输入6位数字',
                    pattern: /\b\d{6}\b/,
                  },
@@ -242,7 +241,7 @@
                    v-if="!isEdit"
                    v-model.trim="form.operatorPassword"
                    :maxlength="6"
                    placeholder="请输入操作密码(6为数字)"
                    placeholder="请输入操作密码(6位数字)"
                  />
                  <el-button type="primary" v-else link @click="openResetOperatorPasswordDialog"
                    >修改密码</el-button