|
@@ -81,7 +81,7 @@ export default function useColumns() {
|
|
|
item: { title: "紧急标识", key: "isUrgency", width: 80, },
|
|
|
attr: {
|
|
|
is: "el-dict-tag",
|
|
|
- dictName: "sys_number_yes_no",
|
|
|
+ dictName: "sys_yes_no",
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -90,7 +90,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
attr: {
|
|
|
is: "el-dict-tag",
|
|
|
- dictName: "sys_number_yes_no",
|
|
|
+ dictName: "sys_yes_no",
|
|
|
}
|
|
|
},
|
|
|
].map(({ item, attr }) => ({
|
|
@@ -475,7 +475,7 @@ export default function useColumns() {
|
|
|
attr: {}
|
|
|
},
|
|
|
{
|
|
|
- item: { title: "税率", key: "tax" },
|
|
|
+ item: { title: "税率(%)", key: "tax" },
|
|
|
attr: {}
|
|
|
},
|
|
|
{
|
|
@@ -493,12 +493,15 @@ export default function useColumns() {
|
|
|
},
|
|
|
attr: {
|
|
|
is: "el-dict-tag",
|
|
|
- dictName: "sys_number_yes_no",
|
|
|
+ dictName: "sys_yes_no",
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
item: { title: "调整类型", key: "isPriceAdjustment" },
|
|
|
- attr: {}
|
|
|
+ attr: {
|
|
|
+ is: "el-dict-tag",
|
|
|
+ dictName: "price_adjustment_type",
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
item: { title: "最近价格", key: "recentlyPrice", width: 80 },
|
|
@@ -509,15 +512,15 @@ export default function useColumns() {
|
|
|
attr: {}
|
|
|
},
|
|
|
{
|
|
|
- item: { title: "涨幅", key: "increase" },
|
|
|
+ item: { title: "涨幅(%)", key: "increase" },
|
|
|
attr: {}
|
|
|
},
|
|
|
{
|
|
|
- item: { title: "预计年采购量", key: "yPurchaseQuantity" },
|
|
|
+ item: { title: "预计年采购量", key: "ypurchaseQuantity" },
|
|
|
attr: {}
|
|
|
},
|
|
|
{
|
|
|
- item: { title: "预计年影响金额", key: "yAffectedAmount" },
|
|
|
+ item: { title: "预计年影响金额", key: "yaffectedAmount" },
|
|
|
attr: {}
|
|
|
},
|
|
|
{
|
|
@@ -614,7 +617,7 @@ export default function useColumns() {
|
|
|
attr: {}
|
|
|
},
|
|
|
{
|
|
|
- item: { title: "税率", key: "tax" },
|
|
|
+ item: { title: "税率(%)", key: "tax" },
|
|
|
attr: {}
|
|
|
},
|
|
|
{
|
|
@@ -625,7 +628,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
attr: {
|
|
|
is: "el-dict-tag",
|
|
|
- dictName: "sys_number_yes_no",
|
|
|
+ dictName: "sys_yes_no",
|
|
|
},
|
|
|
},
|
|
|
{
|