|
@@ -251,11 +251,11 @@ export default function useColumns() {
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- item: { width: 100, key: "supplierName", title: "供应商名称" },
|
|
|
+ item: { width: 100, key: "supplierName", title: "供应商名称1" },
|
|
|
attr: {},
|
|
|
},
|
|
|
{
|
|
|
- item: { width: 100, key: "bidPrice", title: "中标价" },
|
|
|
+ item: { width: 100, key: "bidPrice", title: "中标价1" },
|
|
|
attr: {
|
|
|
is: "el-computed-input-v2",
|
|
|
formatter: (prop) => {
|
|
@@ -264,7 +264,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- item: { width: 100, key: "unitPrice", title: "单价" },
|
|
|
+ item: { width: 100, key: "unitPrice", title: "单价1" },
|
|
|
attr: {
|
|
|
is: "el-computed-input-v2",
|
|
|
formatter: (prop) => {
|
|
@@ -273,7 +273,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- item: { width: 100, key: "profit", title: "利润比" },
|
|
|
+ item: { width: 100, key: "profit", title: "利润比1" },
|
|
|
attr: {
|
|
|
is: "el-computed-input-v2",
|
|
|
formatter: (prop) => {
|
|
@@ -283,11 +283,11 @@ export default function useColumns() {
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- item: { width: 100, key: "supplierName1", title: "供应商名称1" },
|
|
|
+ item: { width: 100, key: "supplierName1", title: "供应商名称2" },
|
|
|
attr: {},
|
|
|
},
|
|
|
{
|
|
|
- item: { width: 100, key: "bidPrice1", title: "中标价1" },
|
|
|
+ item: { width: 100, key: "bidPrice1", title: "中标价2" },
|
|
|
attr: {
|
|
|
is: "el-computed-input-v2",
|
|
|
formatter: (prop) => {
|
|
@@ -296,7 +296,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- item: { width: 100, key: "unitPrice1", title: "单价1" },
|
|
|
+ item: { width: 100, key: "unitPrice1", title: "单价2" },
|
|
|
attr: {
|
|
|
is: "el-computed-input-v2",
|
|
|
formatter: (prop) => {
|
|
@@ -305,7 +305,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- item: { width: 100, key: "profit1", title: "利润比1" },
|
|
|
+ item: { width: 100, key: "profit1", title: "利润比2" },
|
|
|
attr: {
|
|
|
is: "el-computed-input-v2",
|
|
|
formatter: (prop) => {
|
|
@@ -315,11 +315,11 @@ export default function useColumns() {
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- item: { width: 100, key: "supplierName2", title: "供应商名称2" },
|
|
|
+ item: { width: 100, key: "supplierName2", title: "供应商名称3" },
|
|
|
attr: {},
|
|
|
},
|
|
|
{
|
|
|
- item: { width: 100, key: "bidPrice2", title: "中标价2" },
|
|
|
+ item: { width: 100, key: "bidPrice2", title: "中标价3" },
|
|
|
attr: {
|
|
|
is: "el-computed-input-v2",
|
|
|
formatter: (prop) => {
|
|
@@ -328,7 +328,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- item: { width: 100, key: "unitPrice2", title: "单价2" },
|
|
|
+ item: { width: 100, key: "unitPrice2", title: "单价3" },
|
|
|
attr: {
|
|
|
is: "el-computed-input-v2",
|
|
|
formatter: (prop) => {
|
|
@@ -337,7 +337,7 @@ export default function useColumns() {
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- item: { width: 100, key: "profit2", title: "利润比2" },
|
|
|
+ item: { width: 100, key: "profit2", title: "利润比3" },
|
|
|
attr: {
|
|
|
is: "el-computed-input-v2",
|
|
|
formatter: (prop) => {
|