|
@@ -98,15 +98,15 @@ export default function useColumns() {
|
|
|
|
|
|
|
|
|
|
|
|
- {
|
|
|
- item: { width: 100, key: "conversionRate", title: "采购换算率" },
|
|
|
- attr: {
|
|
|
- is: "el-computed-input-v2",
|
|
|
- formatter: (prop) => {
|
|
|
- return prop == null ? 0 : (prop * 1);
|
|
|
- },
|
|
|
- },
|
|
|
- },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
{
|
|
|
item: { width: 100, key: "customerName", title: "客户" },
|
|
|
attr: {},
|