Commit 3463ebd2 authored by anxixi's avatar anxixi

运营指标验收等功能

parent 2902e49f
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</el-row> </el-row>
<el-row class="statebottm" style="padding: 20px 10px;line-height: 40px;"> <el-row class="statebottm" style="padding: 20px 10px;line-height: 40px;">
<el-col :span="12"> <el-col :span="12">
<span style="font-weight: bold;margin: 0 60px 0 40px;">区域:</span> <span style="font-weight: bold;margin: 0 22px 0 25px;">区域:</span>
<el-select v-model="search.orgList" multiple placeholder="请选择区域" style="width: 280px;"> <el-select v-model="search.orgList" multiple placeholder="请选择区域" style="width: 280px;">
<el-option <el-option
v-for="item in areaList" v-for="item in areaList"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
</el-row> </el-row>
<el-row class="statebottm" style="padding: 20px 10px;line-height: 40px;"> <el-row class="statebottm" style="padding: 20px 10px;line-height: 40px;">
<el-col :span="12"> <el-col :span="12">
<span style="font-weight: bold;margin: 0 60px 0 40px;">区域:</span> <span style="font-weight: bold;margin: 0 22px 0 25px;">区域:</span>
<el-select v-model="search.selectOrgIdList" multiple placeholder="请选择区域" style="width: 280px;"> <el-select v-model="search.selectOrgIdList" multiple placeholder="请选择区域" style="width: 280px;">
<el-option <el-option
v-for="item in areaList" v-for="item in areaList"
......
...@@ -96,6 +96,7 @@ ...@@ -96,6 +96,7 @@
activeName: 'first', activeName: 'first',
expertData:{ expertData:{
dataList:[], dataList:[],
remarks:'',
}, },
//校验 //校验
rules: { rules: {
...@@ -150,6 +151,7 @@ ...@@ -150,6 +151,7 @@
}, },
resetCik(){ resetCik(){
this.expertData.empLogo = ''; this.expertData.empLogo = '';
this.expertData.remarks = '';
this.$refs.expertData.resetFields(); this.$refs.expertData.resetFields();
}, },
addexpert(){ addexpert(){
......
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