mirror of
https://github.com/shawncai/ERP.git
synced 2024-11-10 09:13:08 +08:00
5.16
This commit is contained in:
parent
a55f0216ac
commit
9e6639bb57
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -23,3 +23,4 @@ selenium-debug.log
|
|||
|
||||
package-lock.json
|
||||
CCC.zip
|
||||
test.zip
|
||||
|
|
|
@ -166,8 +166,8 @@
|
|||
:edit-config="{ showIcon: true, showStatus: true}"
|
||||
:edit-rules="validRules"
|
||||
:summary-method="getSummaries"
|
||||
:show-summary="jundgeprice()"
|
||||
class="click-table1"
|
||||
show-summary
|
||||
stripe
|
||||
border
|
||||
size="small"
|
||||
|
@ -224,7 +224,7 @@
|
|||
</template> -->
|
||||
</el-editable-column>
|
||||
<el-editable-column :label="$t('updates.sl')" prop="taxRate" align="center" min-width="170px">
|
||||
<template slot="edit" slot-scope="scope">
|
||||
<template slot-scope="scope">
|
||||
<el-input-number
|
||||
v-show="jundgeprice()"
|
||||
:precision="6"
|
||||
|
|
Loading…
Reference in a new issue