|
@@ -64,6 +64,14 @@ const codeList = ref([
|
|
|
{ type: "number", prop: "price", label: "价格", width: 120, min: 0, precision: 2, controls: false },
|
|
|
],
|
|
|
},
|
|
|
+ {
|
|
|
+ key: "compounding_cost_config",
|
|
|
+ value: "复合费配置",
|
|
|
+ table: [
|
|
|
+ { type: "input", prop: "name", label: "幅宽", itemType: "text" },
|
|
|
+ { type: "number", prop: "price", label: "价格", width: 120, min: 0, precision: 2, controls: false },
|
|
|
+ ],
|
|
|
+ },
|
|
|
]);
|
|
|
const getList = () => {
|
|
|
loading.value = true;
|