Add anonymous migration for loan pricing sensitive fields

This commit is contained in:
wkc
2026-06-22 09:21:15 +08:00
parent 0164b5eb33
commit 83e1959b94
11 changed files with 256 additions and 105 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div class="app-container">
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
<el-form-item label="客户内码" prop="custIsn">
<el-form-item label="客户信息" prop="custIsn">
<el-input
v-model="queryParams.custIsn"
placeholder="请输入客户内码"
placeholder="请输入客户内码/证件号/客户名"
clearable
@keyup.enter.native="handleQuery"
/>