|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div v-loading="loading" element-loading-text="拼命加载中" element-loading-spinner="el-icon-loading">
|
|
|
- <div class="job-box">
|
|
|
- <div class="job-head">
|
|
|
+ <div class="mcr-box">
|
|
|
+ <div class="mcr-head">
|
|
|
<!-- 预计出团量 -->
|
|
|
<div style="display: flex;margin-bottom: 10px;">
|
|
|
<div style="width:24%">
|
|
@@ -69,13 +69,13 @@
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
- <div class="job-table">
|
|
|
+ <div class="mcr-table">
|
|
|
<el-table :data="PageList" border @select="handleSelect" style="width: 100%">
|
|
|
<el-table-column prop="client" label="单位" width="140">
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="contact" label="联系人">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="job" label="职位">
|
|
|
+ <el-table-column prop="mcr" label="职位">
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="telephone" label="手机号">
|
|
|
</el-table-column>
|
|
@@ -324,35 +324,35 @@ body {
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
-.job-head {}
|
|
|
+.mcr-head {}
|
|
|
|
|
|
-.job-box {
|
|
|
+.mcr-box {
|
|
|
background-color: #fff;
|
|
|
padding: 10px;
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
|
|
|
-.job-table {
|
|
|
+.mcr-table {
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
-.job-table .block {
|
|
|
+.mcr-table .block {
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
-.job-table .el-table--enable-row-transition .el-table__body td.el-table__cell {
|
|
|
+.mcr-table .el-table--enable-row-transition .el-table__body td.el-table__cell {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
-.job-table .el-table--border .el-table__cell:first-child .cell {
|
|
|
+.mcr-table .el-table--border .el-table__cell:first-child .cell {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
-.job-input {
|
|
|
+.mcr-input {
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
-.job-input .el-select {
|
|
|
+.mcr-input .el-select {
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
|