mirror of
https://github.com/shawncai/ERP.git
synced 2024-12-28 19:11:00 +08:00
Merge branch 'master' of https://github.com/shawncai/ERP
This commit is contained in:
commit
2fb9b8ff3b
2 changed files with 2 additions and 2 deletions
|
@ -418,7 +418,7 @@ export default {
|
|||
costMoney: 0,
|
||||
taxRate: 0,
|
||||
taxMoney: 0,
|
||||
money: 0,
|
||||
money: item.money,
|
||||
carCode: item.carCode,
|
||||
batteryCode: item.batteryCode,
|
||||
motorCode: item.motorCode,
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
</div>
|
||||
</el-dialog>
|
||||
</el-card>
|
||||
<el-card class="box-card" style="float: left;width: 65%; max-height: 800px;margin-left: 15px">
|
||||
<el-card class="box-card" style="float: left;width: 65%; max-height: 1000px;margin-left: 15px">
|
||||
<el-button v-permission="['266-267-1']" v-waves v-if="showLevel > 3" class="filter-item" icon="el-icon-plus" type="success" style="width: 86px;margin-bottom: 10px" @click="handleAdd">{{ $t('public.add') }}</el-button>
|
||||
<el-table
|
||||
:key="tableKey"
|
||||
|
|
Loading…
Reference in a new issue