|
@@ -63,13 +63,16 @@
|
|
import {Modal} from 'ant-design-vue';
|
|
import {Modal} from 'ant-design-vue';
|
|
import {createVNode} from 'vue';
|
|
import {createVNode} from 'vue';
|
|
|
|
|
|
|
|
+ const submitLoading = ref(false)
|
|
const searchFormState = ref({})
|
|
const searchFormState = ref({})
|
|
const searchFormRef = ref()
|
|
const searchFormRef = ref()
|
|
|
|
+ const toolConfig = { refresh: true, height: true, columnSetting: true, striped: false }
|
|
|
|
+
|
|
const tableRef = ref()
|
|
const tableRef = ref()
|
|
const formRef = ref()
|
|
const formRef = ref()
|
|
const userIndexRef = ref()
|
|
const userIndexRef = ref()
|
|
const timeIndexRef = ref()
|
|
const timeIndexRef = ref()
|
|
- const toolConfig = { refresh: true, height: true, columnSetting: true, striped: false }
|
|
|
|
|
|
+
|
|
const columns = [
|
|
const columns = [
|
|
{
|
|
{
|
|
title: '序号',
|
|
title: '序号',
|