页面布局调整

This commit is contained in:
shenyanpei
2021-11-07 11:31:04 +08:00
parent 8679002126
commit 370b03c615
2 changed files with 4 additions and 3 deletions
@@ -882,7 +882,7 @@ export default {
this.probaseOptions = res.data.PROBASE; this.probaseOptions = res.data.PROBASE;
this.productTypeOptions = res.data.XMLB; this.productTypeOptions = res.data.XMLB;
this.targetMarketOptions = res.data.SCXX; this.targetMarketOptions = res.data.SCXX;
}); })
}, },
// 更多 // 更多
handleCommand(command) { handleCommand(command) {
@@ -1541,6 +1541,7 @@ export default {
} }
}, },
created() { created() {
console.log(this.productTypeOptions)
this.getDept().then(res => { this.getDept().then(res => {
this.getUser(res); this.getUser(res);
}, e => { }, e => {
@@ -1590,7 +1591,7 @@ export default {
} }
/deep/ .pagination { /deep/ .pagination {
position: relative; position: absolute;
} }
.row-col-box { .row-col-box {
@@ -453,7 +453,7 @@
</div> </div>
</el-drawer> </el-drawer>
<!--导出--> <!--导出-->
<el-dialog :visible.sync="exportModelFlag" title="导出文件" width="700" :show-close="false"> <el-dialog :visible.sync="exportModelFlag" title="导出文件" width="500px" :show-close="false">
<label-input v-model="exportName" placeholder="请输入导出文件名" clearable label="导出名称"/> <label-input v-model="exportName" placeholder="请输入导出文件名" clearable label="导出名称"/>
<div slot="footer"> <div slot="footer">
<el-button class="common-button-primary" icon="el-icon-check" type="primary" <el-button class="common-button-primary" icon="el-icon-check" type="primary"