feat(spInvoicing): 订单开票-列表订单业绩字段币种修复
This commit is contained in:
parent
c10752df40
commit
591acc7f14
|
@ -281,7 +281,7 @@
|
||||||
align="center"
|
align="center"
|
||||||
min-width="100px"
|
min-width="100px"
|
||||||
prop="orderAchieve"
|
prop="orderAchieve"
|
||||||
:label="'订单业绩' + '($)'"
|
:label="'订单业绩' + '(¥)'"
|
||||||
/>
|
/>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="dataList[16].checked == true"
|
v-if="dataList[16].checked == true"
|
||||||
|
|
Loading…
Reference in New Issue