11.20
This commit is contained in:
parent
34d9ef7433
commit
5a9d64c359
@ -50,7 +50,7 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div style="width: 100%;height: 74vh;overflow: auto;scrollbar-width: none">
|
||||
<div style="width: 100%;height: 75vh;overflow: auto;scrollbar-width: none">
|
||||
|
||||
<el-table
|
||||
:data="tableData"
|
||||
@ -382,6 +382,7 @@ export default {
|
||||
background: #f9f9f9;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.ding-top{
|
||||
width: 100%;
|
||||
|
@ -73,7 +73,7 @@
|
||||
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div style="width: 100%;height: 73vh;overflow: auto">
|
||||
<div style="width: 100%;height: 74vh;overflow: auto">
|
||||
<el-table ref="tables" border v-loading="loading" :data="list" @selection-change="handleSelectionChange" :default-sort="defaultSort" @sort-change="handleSortChange">
|
||||
<el-table-column label="序号" align="center" type="index" />
|
||||
<el-table-column label="订单号" align="center" prop="orderNo" width="220"/>
|
||||
@ -351,6 +351,7 @@
|
||||
background: #f9f9f9;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.bai-box{
|
||||
|
@ -53,18 +53,18 @@
|
||||
</div>
|
||||
<div class="bottom-box2">
|
||||
<div style="height: 200px; width: 300px;">
|
||||
<div class="demonstration" style="font-weight: bold;margin-bottom: 10px" >营业执照</div>
|
||||
<br/>
|
||||
<div class="demonstration" style="font-size: 16px;font-weight: bold;margin-bottom: 0px;margin-bottom: 15px" >营业执照</div>
|
||||
|
||||
<el-image v-if="from.license" :src="imagePath+from.license" style="margin-top: 10px;width: 220px;height: 135px;border-radius: 3%;" ></el-image>
|
||||
|
||||
<el-image v-if="from.license" :src="imagePath+from.license" style="margin-top: 8px;width: 220px;height: 135px;border-radius: 3%;" ></el-image>
|
||||
<el-image v-else src="https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png" ></el-image>
|
||||
|
||||
</div>
|
||||
<div style=" width: 1000px; margin-left: 30px;">
|
||||
<div class="demonstration" style="font-weight: bold;margin-bottom: 10px" >经营照</div>
|
||||
<br/>
|
||||
<div class="demonstration" style="font-size: 16px; font-weight: bold;margin-bottom: 0px;margin-bottom: 15px" >经营照</div>
|
||||
|
||||
<div style="width: 1220px;display: flex">
|
||||
<el-image v-for="(item, index) in from.doorstepPhoto" v-if="from.doorstepPhoto[0]" :src="imagePath+item" style="margin-top: 10px;margin-right:10px;width: 220px;height: 135px;display: flex;border-radius: 3%; "></el-image>
|
||||
<el-image v-for="(item, index) in from.doorstepPhoto" v-if="from.doorstepPhoto[0]" :src="imagePath+item" style="margin-top: 8px;margin-right:10px;width: 220px;height: 135px;display: flex;border-radius: 3%; "></el-image>
|
||||
<el-image v-else src="https://cube.elemecdn.com/e/fd/0fc7d20532fdaf769a25683617711png.png" style="border-radius: 3%;"></el-image>
|
||||
|
||||
</div>
|
||||
@ -546,7 +546,7 @@
|
||||
.box-h{
|
||||
background: rgb(255, 255, 255);
|
||||
width: 100%;
|
||||
height: 82vh;
|
||||
height: 84vh;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
}
|
||||
|
@ -989,11 +989,12 @@ export default {
|
||||
background: #f9f9f9;
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.new-box {
|
||||
width: 100%;
|
||||
height: 82vh;
|
||||
height: 84vh;
|
||||
overflow: auto;
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
|
@ -36,7 +36,7 @@
|
||||
</el-button>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width: 100%;height: 74vh;overflow: auto">
|
||||
<div style="width: 100%;height: 69vh;overflow: auto">
|
||||
<el-table ref="tables" border v-loading="loading" :data="list" @selection-change="handleSelectionChange"
|
||||
:default-sort="defaultSort" @sort-change="handleSortChange">
|
||||
<el-table-column
|
||||
|
@ -117,7 +117,7 @@ export default {
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
width: 99%;
|
||||
height: 83vh;
|
||||
height: 84vh;
|
||||
overflow: auto;
|
||||
margin: 10px auto;
|
||||
margin-bottom: 0px;
|
||||
|
@ -357,6 +357,8 @@ import {parseTime} from "@/utils/fuint";
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
margin: 5px auto;
|
||||
height:65vh;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.el-form--inline .el-form-item {
|
||||
|
@ -334,7 +334,6 @@ import {parseTime} from "@/utils/fuint";
|
||||
box-sizing: border-box;
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
|
||||
margin: 5px auto;
|
||||
}
|
||||
|
||||
|
@ -18,9 +18,6 @@
|
||||
<el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
<!-- </el-card>-->
|
||||
<!-- <el-card class="box-card">-->
|
||||
<div class="wrap-box">
|
||||
<div class="k_" id="k_1">
|
||||
<div class="size_">会员总数</div>
|
||||
@ -245,7 +242,7 @@ import {getFenXiUserbalanceDataApi, getFenXiUserbalanceListApi} from "@/api/fina
|
||||
}
|
||||
.table-box{
|
||||
width: 100%;
|
||||
height: 63vh;
|
||||
height: 59vh;
|
||||
scrollbar-width: none;
|
||||
overflow: auto;
|
||||
}
|
||||
@ -256,6 +253,8 @@ import {getFenXiUserbalanceDataApi, getFenXiUserbalanceListApi} from "@/api/fina
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
margin: 5px auto;
|
||||
margin-bottom: 0px;
|
||||
height:67vh;
|
||||
}
|
||||
.el-form--inline .el-form-item {
|
||||
margin-right: 20px;
|
||||
|
@ -45,7 +45,7 @@
|
||||
>新增商品</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div style="height: 71vh; overflow: auto; scrollbar-width: none ">
|
||||
<div style="height: 75vh; overflow: auto; scrollbar-width: none ">
|
||||
<el-table :data="tableData" style="width: 100%" border>
|
||||
<el-table-column type="index" label="序号"></el-table-column>
|
||||
<el-table-column prop="name" label="商品名称"></el-table-column>
|
||||
|
@ -40,7 +40,7 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item style="float: right">
|
||||
<el-form-item >
|
||||
<el-button type="primary" icon="el-icon-search" @click="handleQuery">搜索</el-button>
|
||||
<el-button icon="el-icon-refresh" @click="resetQuery">重置</el-button>
|
||||
<el-button
|
||||
|
@ -411,6 +411,7 @@ export default {
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
padding: 0px 50px;
|
||||
border-top: 1px solid #f2f2f2;
|
||||
}
|
||||
|
||||
.f-box{
|
||||
@ -425,5 +426,8 @@ export default {
|
||||
color: #FF9655 !important;
|
||||
border-bottom: 2px solid #FF9655 !important;
|
||||
}
|
||||
.card-change{
|
||||
height: 84vh;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user