Update index.vue
This commit is contained in:
parent
1ffdcb4b23
commit
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