|
|
@@ -21,7 +21,7 @@
|
|
|
|
|
|
<el-divider><span style="font-weight: bold;">L. Market Balance Performance</span></el-divider>
|
|
|
<el-form-item label="Member Code" prop="SURPLUS_1L_USER_NAME"><!--会员编号-->
|
|
|
- <el-input type="text" size="small" v-model="perfForm.SURPLUS_1L_USER_NAME" autocomplete="off"></el-input>
|
|
|
+ <el-input type="text" size="small" v-model="perfForm.SURPLUS_1L_USER_NAME" autocomplete="off" readonly></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="Balance Performance" prop="SURPLUS_1L"><!--综合结余业绩-->
|
|
|
<el-input type="text" size="small" v-model="perfForm.SURPLUS_1L" autocomplete="off"></el-input>
|
|
|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
<el-divider><span style="font-weight: bold;">R. Market Balance Performance</span></el-divider>
|
|
|
<el-form-item label="Member Code" prop="SURPLUS_2L_USER_NAME"><!--会员编号-->
|
|
|
- <el-input type="text" size="small" v-model="perfForm.SURPLUS_2L_USER_NAME" autocomplete="off"></el-input>
|
|
|
+ <el-input type="text" size="small" v-model="perfForm.SURPLUS_2L_USER_NAME" autocomplete="off" readonly></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="Balance Performance" prop="SURPLUS_2L"><!--综合结余业绩-->
|
|
|
<el-input type="text" size="small" v-model="perfForm.SURPLUS_2L" autocomplete="off"></el-input>
|