修改合并错分支问题

pull/74/head
gexinzhineng/gxzn27 2023-03-31 16:08:12 +08:00
parent 865e09f2f2
commit ec89d4c2c3
3 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,6 @@
</template>
<script setup lang="ts" name="JobLog">
import dayjs from 'dayjs'
import * as JobLogApi from '@/api/infra/jobLog'
import { allSchemas } from './jobLog.data'

View File

@ -1,6 +1,7 @@
import type { VxeCrudSchema } from '@/hooks/web/useVxeCrudSchemas'
const { t } = useI18n() // 国际化
// 表单校验
export const rules = reactive({
name: [required],
handlerName: [required],

View File

@ -1,5 +1,6 @@
import type { VxeCrudSchema } from '@/hooks/web/useVxeCrudSchemas'
// 国际化
const { t } = useI18n()
// CrudSchema
const crudSchemas = reactive<VxeCrudSchema>({