111
This commit is contained in:
parent
48603515cf
commit
ef660f1149
|
@ -179,7 +179,6 @@
|
||||||
<script>
|
<script>
|
||||||
import { listChannelWithdraw, getChannelWithdraw, delChannelWithdraw, addChannelWithdraw, updateChannelWithdraw } from "@/api/system/channelWithdraw";
|
import { listChannelWithdraw, getChannelWithdraw, delChannelWithdraw, addChannelWithdraw, updateChannelWithdraw } from "@/api/system/channelWithdraw";
|
||||||
import { $showColumns, $withdrawServiceType } from '@/utils/mixins'
|
import { $showColumns, $withdrawServiceType } from '@/utils/mixins'
|
||||||
import { updateBill } from '@/api/system/withdraw'
|
|
||||||
|
|
||||||
// 默认排序字段
|
// 默认排序字段
|
||||||
const defaultSort = {
|
const defaultSort = {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<div slot="header" class="card-header">
|
<div slot="header" class="card-header">
|
||||||
<span class="header-title">设备信息</span>
|
<span class="header-title">设备信息</span>
|
||||||
<div class="header-actions">
|
<div class="header-actions">
|
||||||
<el-popover placement="right" width="180" trigger="hover">
|
<el-popover placement="left" width="180" trigger="hover">
|
||||||
<div class="qr-code-box">
|
<div class="qr-code-box">
|
||||||
<qr-code :text="deviceInfo.qrText" :width="150" :height="150" />
|
<qr-code :text="deviceInfo.qrText" :width="150" :height="150" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
<el-descriptions-item label="停车点外调度费">{{ detail.dispatchFee + '元' || '--' }}</el-descriptions-item>
|
<el-descriptions-item label="停车点外调度费">{{ detail.dispatchFee + '元' || '--' }}</el-descriptions-item>
|
||||||
<el-descriptions-item label="运营区外调度费">{{ detail.manageFee + '元' || '--' }}</el-descriptions-item>
|
<el-descriptions-item label="运营区外调度费">{{ detail.manageFee + '元' || '--' }}</el-descriptions-item>
|
||||||
<el-descriptions-item label="总费用">{{ detail.totalFee + '元' || '--' }}</el-descriptions-item>
|
<el-descriptions-item label="总费用">{{ detail.totalFee + '元' || '--' }}</el-descriptions-item>
|
||||||
<el-descriptions-item label="计费模版">{{ detail.rule.name || '--' }}</el-descriptions-item>
|
<el-descriptions-item label="计费模版">{{ (detail.rule && detail.rule.name) || '--' }}</el-descriptions-item>
|
||||||
<el-descriptions-item label="描述">{{ detail.description || '--' }}</el-descriptions-item>
|
<el-descriptions-item label="描述">{{ detail.description || '--' }}</el-descriptions-item>
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
|
|
||||||
|
@ -241,6 +241,9 @@ export default {
|
||||||
tripRouteStr: '',
|
tripRouteStr: '',
|
||||||
tripLogs: [],
|
tripLogs: [],
|
||||||
commandLogs: [],
|
commandLogs: [],
|
||||||
|
rule: {
|
||||||
|
name: ''
|
||||||
|
},
|
||||||
// 其他字段...
|
// 其他字段...
|
||||||
},
|
},
|
||||||
loading: false,
|
loading: false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user