| | |
| | | <span>{{ item.orderMoney }} 元</span> |
| | | </div> |
| | | <div class="desc"> |
| | | <div>产品名称:{{ prod.productName }}</div> |
| | | <div>产品类型:{{ prod.productTypeName }}</div> |
| | | <div>系统版本:{{ prod.edition }}</div> |
| | | <div>通道数量:{{ prod.ChCount }}</div> |
| | | <div>摄像机数量:{{ prod.cameraCount }}</div> |
| | |
| | | </div> |
| | | <div class="no-order-list" v-else>抱歉,没有查询到订单。</div> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <div class="btns"> |
| | | <div class="btns"> |
| | | <el-button class="cancel" @click="$emit('quit')">退出登录</el-button> |
| | | <el-button class="ok" type="primary" @click="activeVerByOrd">激活</el-button> |
| | | </div> |
| | | <el-button class="ok" type="primary" @click="activeVerByOrd" |
| | | >激活</el-button |
| | | > |
| | | </div> |
| | | </span> |
| | | </el-dialog> |
| | | </div> |
| | |
| | | snExpire: false, |
| | | timer: null, |
| | | token: "", |
| | | orderList: [], |
| | | orderList: [ ], |
| | | phone: { |
| | | phoneNum: "", |
| | | verifyCode: "", |
| | |
| | | display: flex; |
| | | justify-content: right; |
| | | .cancel { |
| | | width: 140px; |
| | | width: 140px; |
| | | |
| | | height: 40px; |
| | | cursor: pointer; |
| | |
| | | justify-content: center; |
| | | } |
| | | .ok { |
| | | width: 140px; |
| | | width: 140px; |
| | | height: 40px; |
| | | cursor: pointer; |
| | | border-radius: 20px; |
| | |
| | | } |
| | | } |
| | | .tip { |
| | | width: auto; |
| | | /* height: 40px; */ |
| | | width: auto; |
| | | display: -webkit-box; |
| | | display: -ms-flexbox; |
| | | display: flex; |
| | | padding: 0 10px; |
| | | border-radius: 5px; |
| | | color: #5F5F5F; |
| | | color: #5f5f5f; |
| | | line-height: 20px; |
| | | font-weight: bold; |
| | | -ms-flex-align: center; |
| | |
| | | height: 550px; |
| | | overflow-y: auto; |
| | | .order-card { |
| | | height: 150px; |
| | | // height: 150px; |
| | | background: #fff; |
| | | margin-bottom: 15px; |
| | | |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-evenly; |
| | | height: 110px; |
| | | text-align: left; |
| | | box-sizing: border-box; |
| | | padding: 0 20px; |
| | | box-sizing: border-box; font-size: 13px; |
| | | |
| | | padding: 8px 20px; line-height: 20px; |
| | | } |
| | | } |
| | | } |