Commit 2578261b authored by anxixi's avatar anxixi

运营指标验收等功能

parent c2d4e2a2
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div style="margin-top: 20px;"> <div style="margin-top: 20px;">
<el-form label-position="right" :model="expertData" :rules="rules" ref="expertData" label-width="200px" class="contnetform180" > <el-form label-position="right" :model="expertData" :rules="rules" ref="expertData" label-width="200px" class="contnetform180" >
<el-form-item label="绑定账号:" prop="empAccount"> <el-form-item label="绑定账号:" prop="empAccount">
<el-input :disabled="expertData.canUpdateAccount?false:true" style="width: 500px;" @blur="isempAccountblur" placeholder="请输入账号" v-model="expertData.empAccount"></el-input> <el-input @input="$forceUpdate()" :disabled="expertData.canUpdateAccount?false:true" style="width: 500px;" @blur="isempAccountblur" placeholder="请输入账号" v-model="expertData.empAccount"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="专家姓名:" prop="empName"> <el-form-item label="专家姓名:" prop="empName">
<el-input style="width: 500px;" maxlength="36" placeholder="请输入专家姓名" v-model="expertData.empName"></el-input> <el-input style="width: 500px;" maxlength="36" placeholder="请输入专家姓名" v-model="expertData.empName"></el-input>
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
expertData:{ expertData:{
dataList:[], dataList:[],
remarks:'', remarks:'',
canUpdateAccount:true,
}, },
//校验 //校验
rules: { rules: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment