Commit aa71758b by huaying

update: ui

parent 0e690c56
......@@ -2,7 +2,7 @@
<el-dialog title="微信转POS" :visible.sync="dialogVisible" custom-class="customer-dialog" @close="cancel" width="420px">
<p style="margin-bottom: 8px">确认将此客户的微信信息删除吗?删除后:</p>
<p style="margin-bottom: 8px">
1、此客户的会员类型将从微信会员转为POS会员;<br/>
1、此客户的客户类型将从微信会员转为POS会员;<br/>
2、该客户与微信侧的关联信息将被清除(公众号和小程序);<br/>
3、与该客户相关的数据统计将产生影响如微信会员数、POS转微信会员数等
</p>
......
......@@ -216,7 +216,6 @@
</el-table-column>
</el-table>
</div>
</div>
<el-pagination
v-if="params.total > 0"
:page-sizes="[20, 40, 60, 80]"
......@@ -230,6 +229,7 @@
style="margin-top: 20px; text-align: right"
></el-pagination>
</div>
</div>
</template>
<script>
......@@ -315,7 +315,7 @@ export default {
// this.maxHeight = screenHeight;
// });
// }else {
let screenHeight = document.documentElement.clientHeight - 375 + 'px';
let screenHeight = document.documentElement.clientHeight - 325 + 'px';
this.$nextTick(() => {
this.maxHeight = screenHeight;
});
......@@ -333,7 +333,7 @@ export default {
// }else{
window.onresize = () => {
return (() => {
let screenHeight = document.documentElement.clientHeight - 375 + 'px';
let screenHeight = document.documentElement.clientHeight - 325 + 'px';
that.maxHeight = screenHeight;
})();
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment