|
@@ -108,7 +108,7 @@
|
|
|
</el-table-column>
|
|
|
|
|
|
<el-table-column
|
|
|
- prop="tel"
|
|
|
+ prop="division"
|
|
|
label="活动分工"
|
|
|
align="center"
|
|
|
>
|
|
@@ -116,6 +116,7 @@
|
|
|
|
|
|
<el-table-column
|
|
|
prop="operation"
|
|
|
+ align="center"
|
|
|
label="操作"
|
|
|
>
|
|
|
<!-- <template #default="scope"> -->
|
|
@@ -217,7 +218,7 @@
|
|
|
<div class="littleBlock">
|
|
|
<div class="dialogLabel">电话</div>
|
|
|
<div>
|
|
|
- <el-input v-model="Member.phone"></el-input>
|
|
|
+ <el-input v-model="Member.Division"></el-input>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div slot="footer" class="footer">
|
|
@@ -242,21 +243,19 @@
|
|
|
Member:{
|
|
|
name:'袁一鸣',
|
|
|
className:'21通信',
|
|
|
- phone:'1234567898'
|
|
|
+ Division:'ui'
|
|
|
},
|
|
|
value: '中德学院',
|
|
|
input:'',
|
|
|
tableData:[{
|
|
|
Name:'徐晓慧',
|
|
|
className:'22电子通信G5',
|
|
|
- tel:'13751177411',
|
|
|
- score:'-',
|
|
|
+ division:'前端',
|
|
|
},
|
|
|
{
|
|
|
Name:'林凡文',
|
|
|
className:'22电子通信G5',
|
|
|
- tel:'13751177411',
|
|
|
- score:'-',
|
|
|
+ division:'后端',
|
|
|
},
|
|
|
],
|
|
|
}
|
|
@@ -271,8 +270,8 @@
|
|
|
},
|
|
|
commit(){
|
|
|
this.addMemberDialog=false;
|
|
|
- let { name: Name, className: className, phone:tel } = this.Member;
|
|
|
- let data={Name,className,tel};
|
|
|
+ let { name: Name, className: className, Division:division } = this.Member;
|
|
|
+ let data={Name,className,division};
|
|
|
this.tableData.push(data);
|
|
|
},
|
|
|
content(){
|
|
@@ -308,149 +307,6 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="less">
|
|
|
- .ProjectManagement3_1{
|
|
|
-
|
|
|
- .MA1Head{
|
|
|
- display: flex;
|
|
|
- width: 100%;
|
|
|
- justify-content: space-between;
|
|
|
- margin: 10px 0;
|
|
|
- .MA1HeadTit{
|
|
|
- font-size: 20px;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- }
|
|
|
- .operations{
|
|
|
- display: flex;
|
|
|
- flex-shrink: 0;
|
|
|
-
|
|
|
- }
|
|
|
- // .tabTit{
|
|
|
- // width: 100%;
|
|
|
- // text-align: left;
|
|
|
- // margin-left: 20px;
|
|
|
- // font-size: 19px;
|
|
|
- // font-weight:bold;
|
|
|
- // box-sizing: border-box;
|
|
|
- // padding-bottom: 5px;
|
|
|
- // margin-top: 15px;
|
|
|
- // }
|
|
|
-
|
|
|
- .textArea{
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
-
|
|
|
- }
|
|
|
- .pm1Tit{
|
|
|
- // width: 90%;
|
|
|
- display: flex;
|
|
|
- margin-left: 20px;
|
|
|
- position: relative;
|
|
|
- div{
|
|
|
- width: 130px;
|
|
|
- cursor: pointer;
|
|
|
- font-weight: 550;
|
|
|
- }
|
|
|
- .pr1TitBass{
|
|
|
- height: 2px;
|
|
|
- width: 100%;
|
|
|
- background: #3D67BC;
|
|
|
- }
|
|
|
- .minBackBtn{
|
|
|
- position:absolute;
|
|
|
- right: 0;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- .MApplySelects{
|
|
|
- width: 80%;
|
|
|
- margin: 20;
|
|
|
- display: flex;
|
|
|
- flex-wrap: wrap;
|
|
|
- .inp1{
|
|
|
- display: flex;
|
|
|
- width: 50%;
|
|
|
- margin-top: 10px;
|
|
|
- align-items: center;
|
|
|
- .inpText{
|
|
|
- width: 160px;
|
|
|
- font-weight: 510;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- margin-right: 15px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- // .el-dialog{
|
|
|
- // width: 700px;
|
|
|
- // border-radius: 5px;
|
|
|
- // overflow: hidden;
|
|
|
- // }
|
|
|
-
|
|
|
- // .el-dialog__body{
|
|
|
- // padding:30px 25%;
|
|
|
- // }
|
|
|
-
|
|
|
- // .el-dialog__header{
|
|
|
- // background: #32455b;
|
|
|
- // text-align: center;
|
|
|
- // }
|
|
|
- // .el-dialog__title{
|
|
|
- // color: #fff;
|
|
|
- // position: relative;
|
|
|
- // top: -5px;
|
|
|
- // font-size: 18px;
|
|
|
- // }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- // .dialog-footer{
|
|
|
- // width: 100%;
|
|
|
- // display: flex;
|
|
|
- // justify-content: center;
|
|
|
- // .diaBtn{
|
|
|
- // width: 180px;
|
|
|
- // height: 35px;
|
|
|
- // line-height: 5px;
|
|
|
- // font-size: 16px;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // // .AddMember{ //添加成员里的input框,防止与select里的input冲突
|
|
|
- // // .el-input__inner{
|
|
|
- // // width: 300px;
|
|
|
- // // }
|
|
|
- // // }
|
|
|
-
|
|
|
- // .diaTit1{ //添加对话框 label和input框
|
|
|
- // display: flex;
|
|
|
- // width: 70%;
|
|
|
- // margin-top: 20px;
|
|
|
- // .spans1{ //label
|
|
|
- // min-width: 40px;
|
|
|
- // font-size: 16px;
|
|
|
- // margin-right: 10px;
|
|
|
- // display: inline-block;
|
|
|
- // text-align: justify;
|
|
|
- // text-justify:distribute-all-lines;
|
|
|
- // text-align-last: justify;
|
|
|
- // transform: translate(0,22%);
|
|
|
- // }
|
|
|
- // }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
|
|
|
</style>
|
|
|
|