test table
This commit is contained in:
parent
025132edb0
commit
6460676ec9
@ -1130,7 +1130,7 @@ const _sfc_main = defineComponent({
|
|||||||
let tmp = { ...props.page };
|
let tmp = { ...props.page };
|
||||||
tmp.total = tableDataSource.value.length;
|
tmp.total = tableDataSource.value.length;
|
||||||
emit("update:page", tmp);
|
emit("update:page", tmp);
|
||||||
sxlist.value = [];
|
sxlist.value = {};
|
||||||
change({
|
change({
|
||||||
limit: props.page.limit,
|
limit: props.page.limit,
|
||||||
current: pagecurrent || props.page.current
|
current: pagecurrent || props.page.current
|
||||||
@ -1458,7 +1458,7 @@ const _sfc_main = defineComponent({
|
|||||||
const soulleft = ref(0);
|
const soulleft = ref(0);
|
||||||
const selcolumn = ref({});
|
const selcolumn = ref({});
|
||||||
const soulkey = ref("");
|
const soulkey = ref("");
|
||||||
const sxlist = ref([]);
|
const sxlist = ref({});
|
||||||
function showsoul(event, column, key) {
|
function showsoul(event, column, key) {
|
||||||
console.log(event);
|
console.log(event);
|
||||||
soulleft.value = event.pageX;
|
soulleft.value = event.pageX;
|
||||||
|
@ -19577,7 +19577,7 @@ const _sfc_main$D = defineComponent({
|
|||||||
let tmp = { ...props.page };
|
let tmp = { ...props.page };
|
||||||
tmp.total = tableDataSource.value.length;
|
tmp.total = tableDataSource.value.length;
|
||||||
emit("update:page", tmp);
|
emit("update:page", tmp);
|
||||||
sxlist.value = [];
|
sxlist.value = {};
|
||||||
change3({
|
change3({
|
||||||
limit: props.page.limit,
|
limit: props.page.limit,
|
||||||
current: pagecurrent || props.page.current
|
current: pagecurrent || props.page.current
|
||||||
@ -19905,7 +19905,7 @@ const _sfc_main$D = defineComponent({
|
|||||||
const soulleft = ref(0);
|
const soulleft = ref(0);
|
||||||
const selcolumn = ref({});
|
const selcolumn = ref({});
|
||||||
const soulkey = ref("");
|
const soulkey = ref("");
|
||||||
const sxlist = ref([]);
|
const sxlist = ref({});
|
||||||
function showsoul(event, column, key) {
|
function showsoul(event, column, key) {
|
||||||
console.log(event);
|
console.log(event);
|
||||||
soulleft.value = event.pageX;
|
soulleft.value = event.pageX;
|
||||||
|
@ -346,7 +346,7 @@ watch(tableDataSource, () => {
|
|||||||
tmp.total = tableDataSource.value.length;
|
tmp.total = tableDataSource.value.length;
|
||||||
emit("update:page", tmp);
|
emit("update:page", tmp);
|
||||||
// tableDataSource.value = endlist
|
// tableDataSource.value = endlist
|
||||||
sxlist.value = [];
|
sxlist.value = {};
|
||||||
change({
|
change({
|
||||||
limit: props.page.limit,
|
limit: props.page.limit,
|
||||||
current: pagecurrent || props.page.current,
|
current: pagecurrent || props.page.current,
|
||||||
@ -759,7 +759,7 @@ const soultop = ref(0);
|
|||||||
const soulleft = ref(0);
|
const soulleft = ref(0);
|
||||||
const selcolumn = ref<any>({});
|
const selcolumn = ref<any>({});
|
||||||
const soulkey = ref("");
|
const soulkey = ref("");
|
||||||
const sxlist: any = ref([]);
|
const sxlist: any = ref({});
|
||||||
function showsoul(event: MouseEvent, column: any, key: string) {
|
function showsoul(event: MouseEvent, column: any, key: string) {
|
||||||
console.log(event);
|
console.log(event);
|
||||||
soulleft.value = event.pageX;
|
soulleft.value = event.pageX;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user