Merge branch 'dev' of http://62.234.3.186:3000/sxyanzhu/jhprjv2 into dev
commit
8477670166
|
@ -28,12 +28,12 @@
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
|
|
||||||
|
</el-form>
|
||||||
<div class="dialog-footer" style="text-align: center;">
|
<div class="dialog-footer" style="text-align: center;">
|
||||||
<el-button type="primary" @click="submitForm">保存</el-button>
|
<el-button type="primary" @click="submitForm">保存</el-button>
|
||||||
<el-button @click="doCancel">取 消</el-button>
|
<el-button @click="doCancel">取 消</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-form>
|
|
||||||
|
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -84,6 +84,7 @@ export default {
|
||||||
this.datas.forEach(it=>{
|
this.datas.forEach(it=>{
|
||||||
it.forEach(item=>{
|
it.forEach(item=>{
|
||||||
item.money*=1;
|
item.money*=1;
|
||||||
|
item.applicationDate=this.$dt(item.committeeName)
|
||||||
postData.push(item);
|
postData.push(item);
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
@ -178,7 +179,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-drawer__body {
|
.el-drawer__body {
|
||||||
padding: 12px 24px;
|
padding: 12px 24px 60px;
|
||||||
|
position: relative;
|
||||||
.el-row{
|
.el-row{
|
||||||
.el-input.is-error{
|
.el-input.is-error{
|
||||||
.el-input__inner{
|
.el-input__inner{
|
||||||
|
@ -188,6 +190,18 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.dialog-footer{
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
line-height: 60px;
|
||||||
|
background: #fff;
|
||||||
|
width: 100%;
|
||||||
|
text-align: left !important;
|
||||||
|
box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12);
|
||||||
|
margin-left: -24px;
|
||||||
|
padding-left: 20%;
|
||||||
|
}
|
||||||
.el-drawer {
|
.el-drawer {
|
||||||
min-width: 800px;
|
min-width: 800px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue