Compare commits
2 Commits
a95c43ed64
...
8d43723f6a
Author | SHA1 | Date |
---|---|---|
|
8d43723f6a | |
|
7aaad8f5d8 |
|
@ -57,7 +57,7 @@
|
||||||
const searchFormOptions = reactive<TableType["searchFormOptions"]>({
|
const searchFormOptions = reactive<TableType["searchFormOptions"]>({
|
||||||
name: {
|
name: {
|
||||||
type: "input",
|
type: "input",
|
||||||
label: "姓名",
|
label: "商品名称",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
const columns = ref<TableType["columns"]>([
|
const columns = ref<TableType["columns"]>([
|
||||||
|
|
Loading…
Reference in New Issue