|
|
|
@ -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> |
|
|
|
|