소스 검색

交互优化

dev
nizongfeng 3 년 전
부모
커밋
f7cd5d0234
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      application/admin/view/payment_order/index.html

+ 6
- 1
application/admin/view/payment_order/index.html 파일 보기

@@ -129,7 +129,7 @@
<div>
<div class="header-search" style="width: 100%;margin-bottom: 10px">
<span>订单类型:</span>
<el-select v-model="orderMainListSearch.prod_type" style="width: 120px;" placeholder="请选择" >
<el-select v-model="orderMainListSearch.prod_type" style="width: 120px;" placeholder="请选择" >
<el-option
v-for="item in prodTypeList"
:key="item.id"
@@ -358,6 +358,11 @@
this.getItemList()

},
watch: {
"orderMainListSearch.prod_type" : function (newVal,oldVal){
this.getOrderMainData(1)
}
},
methods: {
getProdTypeName(info){
for (let i = 0; i < this.prodTypeList.length; i++) {


불러오는 중...
취소
저장