|
|
@@ -96,16 +96,89 @@
|
|
|
<el-input style="width: 220px" v-model="item.pay_money" placeholder="面试官工资"></el-input>
|
|
|
<el-button @click="set_invitet_pay_money(item)" v-if="form.order_status==5" type="success">设置</el-button>
|
|
|
</p>
|
|
|
- <p>
|
|
|
- 面试官反馈:
|
|
|
- <el-input type="textarea" aria-rowcount="8" style="width: 600px" v-model="item.inter_memo" placeholder="面试官反馈"></el-input>
|
|
|
- <el-button @click="set_inter_memo(item)" v-if="form.order_status==5" type="success">设置</el-button>
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- 开发者反馈:
|
|
|
- <el-input type="textarea" aria-rowcount="8" style="width: 600px" v-model="item.dev_memo" placeholder="开发者反馈"></el-input>
|
|
|
- <el-button @click="set_dev_memo(item)" v-if="form.order_status==5" type="success">设置</el-button>
|
|
|
- </p>
|
|
|
+ <div class="mb20">
|
|
|
+ <p class="mb20">面试官反馈:</p>
|
|
|
+ <!-- 字段需要改动 -->
|
|
|
+ <div class="">
|
|
|
+ <div class="inline-form">
|
|
|
+ <span class="label">学习能力:</span>
|
|
|
+ <el-input-number controls-position="right" :min="1" :max="5"></el-input-number>
|
|
|
+ <el-button type="success">确定</el-button>
|
|
|
+ </div>
|
|
|
+ <div class="inline-form">
|
|
|
+ <span class="label">编程基础:</span>
|
|
|
+ <el-input-number controls-position="right" :min="1" :max="5"></el-input-number>
|
|
|
+ <el-button type="success">确定</el-button>
|
|
|
+ </div>
|
|
|
+ <div class="inline-form">
|
|
|
+ <span class="label">开发能力:</span>
|
|
|
+ <el-input-number controls-position="right" :min="1" :max="5"></el-input-number>
|
|
|
+ <el-button type="success">确定</el-button>
|
|
|
+ </div>
|
|
|
+ <div class="inline-form">
|
|
|
+ <span class="label">基础技术能力:</span>
|
|
|
+ <el-input-number controls-position="right" :min="1" :max="5"></el-input-number>
|
|
|
+ <el-button type="success">确定</el-button>
|
|
|
+ </div>
|
|
|
+ <div class="inline-form">
|
|
|
+ <span class="label">进阶技术能力:</span>
|
|
|
+ <el-input-number controls-position="right" :min="1" :max="5"></el-input-number>
|
|
|
+ <el-button type="success">确定</el-button>
|
|
|
+ </div>
|
|
|
+ <div class="inline-form">
|
|
|
+ <span class="label">经验/资历:</span>
|
|
|
+ <el-input-number controls-position="right" :min="1" :max="5"></el-input-number>
|
|
|
+ <el-button type="success">确定</el-button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 字段需要改动 -->
|
|
|
+
|
|
|
+
|
|
|
+ <div>
|
|
|
+ <el-input type="textarea" aria-rowcount="8" style="width: 600px" v-model="item.inter_memo" placeholder="面试官反馈"></el-input>
|
|
|
+ <el-button @click="set_inter_memo(item)" v-if="form.order_status==5" type="success">设置</el-button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <br />
|
|
|
+ <div class="mb20">
|
|
|
+ <p class="mb20">开发者反馈:</p>
|
|
|
+ <div class="">
|
|
|
+ <div class="inline-form">
|
|
|
+ <span class="label">面试水平:</span>
|
|
|
+ <el-input-number controls-position="right" :min="1" :max="5"></el-input-number>
|
|
|
+ <el-button type="success">确定</el-button>
|
|
|
+ </div>
|
|
|
+ <div class="inline-form">
|
|
|
+ <span class="label">技术专业度:</span>
|
|
|
+ <el-input-number controls-position="right" :min="1" :max="5"></el-input-number>
|
|
|
+ <el-button type="success">确定</el-button>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <el-input type="textarea" aria-rowcount="8" style="width: 600px" v-model="item.dev_memo" placeholder="开发者反馈"></el-input>
|
|
|
+ <el-button @click="set_dev_memo(item)" v-if="form.order_status==5" type="success">设置</el-button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div>
|
|
|
+ <p class="mb20">上传面试录像:</p>
|
|
|
+ <div class="mb20">
|
|
|
+ <el-upload
|
|
|
+ class="upload-demo"
|
|
|
+ drag
|
|
|
+ action=""
|
|
|
+ multiple>
|
|
|
+ <i class="el-icon-upload"></i>
|
|
|
+ <div class="el-upload__text">将文件拖到此处,或<em>点击上传</em></div>
|
|
|
+ <div class="el-upload__tip" slot="tip">只能上传jpg/png文件,且不超过500kb</div>
|
|
|
+ </el-upload>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <el-button type="success">确定</el-button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|
|
|
@@ -137,7 +210,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
-<style>
|
|
|
+<style lang="scss">
|
|
|
.pform-body p{
|
|
|
margin-top: 10px !important;
|
|
|
}
|
|
|
@@ -147,6 +220,18 @@
|
|
|
.pform-body{
|
|
|
margin: 20px 200px;
|
|
|
}
|
|
|
+ .mb20{
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+ .inline-form{
|
|
|
+ display: inline-block;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ margin-left: 20px;
|
|
|
+ span.label{
|
|
|
+ display: inline-block;
|
|
|
+ width:120px;
|
|
|
+ }
|
|
|
+ }
|
|
|
</style>
|
|
|
|
|
|
<script>
|