Browse Source

2025-10-13

master
fengyuan_yang 3 months ago
parent
commit
5c13e990a3
  1. 7
      src/views/modules/yieldReport/com_switch_operator.vue

7
src/views/modules/yieldReport/com_switch_operator.vue

@ -6,16 +6,13 @@
<el-row>
<el-form-item>
<span slot="label" style="" @click="getBaseList(26)"><a herf="#">{{ labels.operatorId }}</a></span>
<el-input ref="operatorId" @keyup.enter.native="saveOperatorData" @blur="checkOperatorId"
v-model="operatorData.operatorId"
style="width: 110px">
<el-input ref="operatorId" @keyup.enter.native="saveOperatorData" @blur="checkOperatorId" v-model="operatorData.operatorId" style="width: 110px">
</el-input>
</el-form-item>
</el-row>
<el-row>
<el-form-item :label=labels.operatorName>
<el-input class="customer-color" v-model="operatorData.operatorName" readonly="readonly"
style="width: 110px;"></el-input>
<el-input class="customer-color" v-model="operatorData.operatorName" readonly="readonly" style="width: 110px;"></el-input>
</el-form-item>
</el-row>
</el-form>

Loading…
Cancel
Save