ソースを参照

去掉备份文件

lifanagju_citu 9 ヶ月 前
コミット
26d0657463
1 ファイル変更0 行追加26 行削除
  1. 0 26
      src/views/recruit/personal/home/index copy.vue

+ 0 - 26
src/views/recruit/personal/home/index copy.vue

@@ -1,26 +0,0 @@
-<!--  -->
-<template>
-  <div>
-    <CtForm ref="CtFormRef" class="mt-15" :items="formItems" style="width: 900px;margin: 0 auto"></CtForm>
-  </div>
-</template>
-
-<script setup>
-import CtForm from '@/components/CtForm/index.vue'
-import { ref } from 'vue'
-defineOptions({ name:'personal-index'})
-
-const formItems = ref({
-  options: [
-    {
-      type: 'cascade',
-      key: 'id',
-      value: '',
-      label: '测试 *',
-      rules: [v => !!v || '请输入测试内容']
-    },
-  ]
-})
-</script>
-<style lang="scss" scoped>
-</style>