Compare commits
No commits in common. "8d43723f6afcd73452932f5d73cd607b7705a937" and "a95c43ed64e3573658645c3890ca17ea53b7d709" have entirely different histories.
8d43723f6a
...
a95c43ed64
|
@ -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