@@ -44,7 +44,19 @@ export default function useColumns() {
},
}));
const SearchColumns = [
+
+ {
+ item:{
+ key: "priceCode",
+ title: "价格编码",
+ },
+ attr: {
+ clearable:true,
+ is: "el-input",
{
item: { key: "supplierName", title: "供应商" },
attr: {
is: "el-popover-select-v2",