Commit 4afe08f2 authored by 黄奎's avatar 黄奎

统计调整

parent 6602297c
...@@ -51,6 +51,17 @@ ...@@ -51,6 +51,17 @@
</el-select> </el-select>
</span> </span>
</li> </li>
<li>
<span>
<em>价格状态</em>
<el-select v-model="msg.PriceState" :placeholder="$t('system.ph_in')" >
<el-option :value="0" :key="0" label="正常">
</el-option>
<el-option :value="1" :key="1" label="异常">
</el-option>
</el-select>
</span>
</li>
<li> <li>
<span> <span>
<em>{{$t('hotel.hotel_SerialNumber')}}</em> <em>{{$t('hotel.hotel_SerialNumber')}}</em>
...@@ -162,6 +173,7 @@ ...@@ -162,6 +173,7 @@
total: 0, //总条数 total: 0, //总条数
QStartDate: "", QStartDate: "",
QEndDate: "", QEndDate: "",
PriceState: 1, //1-异常
}, },
userInfo: {}, //当前登录用户 userInfo: {}, //当前登录用户
BranchList: [], //出团公司 BranchList: [], //出团公司
......
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