mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-22 02:45:55 +08:00
搜索热词,pc端注释,管理端结算单订单号字段错误
This commit is contained in:
@@ -78,6 +78,7 @@
|
||||
align-items: flex-start;
|
||||
line-height: 30px;
|
||||
margin-bottom: 2px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
||||
@@ -133,6 +133,7 @@
|
||||
</span>
|
||||
</p>
|
||||
<p class="item">
|
||||
|
||||
<span class="label">营业执照号:</span>
|
||||
<span class="info">{{storeInfo.licenseNum}}</span>
|
||||
</p>
|
||||
@@ -239,6 +240,7 @@
|
||||
@on-change="selectDateRange"
|
||||
placeholder="选择起始时间"
|
||||
style="width: 200px"
|
||||
transfer
|
||||
></DatePicker>
|
||||
</Form-item>
|
||||
<Button @click="getOrderData" type="primary" icon="ios-search" class="search-btn">搜索</Button>
|
||||
@@ -321,6 +323,7 @@
|
||||
@on-change="selectRefundGoodsDateRange"
|
||||
placeholder="选择起始时间"
|
||||
style="width: 200px"
|
||||
transfer
|
||||
></DatePicker>
|
||||
</Form-item>
|
||||
<Form-item label="商家名称" prop="storeName">
|
||||
@@ -443,6 +446,7 @@
|
||||
@on-change="selectRefundDateRange"
|
||||
placeholder="选择起始时间"
|
||||
style="width: 200px"
|
||||
transfer
|
||||
></DatePicker>
|
||||
</Form-item>
|
||||
<Form-item label="商家名称" prop="storeName">
|
||||
|
||||
Reference in New Issue
Block a user