| | |
| | | </div> |
| | | </div> |
| | | <div class="wrap_card"> |
| | | |
| | | <a-spin :spinning="spinning" :delay="delayTime"> |
| | | <List @refreshList="init" :cardList="cardList" /> |
| | | </a-spin> |
| | | |
| | | <List @refreshList="init" v-model="spinning" :cardList="cardList"></List> |
| | | </div> |
| | | <!-- <button @click="goDetail">列表详情</button> --> |
| | | </div> |
| | |
| | | const sort = ref('createTime') |
| | | const searchInput = ref(false) |
| | | interface paramsFaca { |
| | | projectStatus:string |
| | | project:string |
| | | column:string |
| | | sort:string |
| | | projectName?:string |
| | | projectStatus: string |
| | | project: string |
| | | column: string |
| | | sort: string |
| | | projectName?: string |
| | | } |
| | | const params = ref<paramsFaca>({ |
| | | projectStatus: '', |
| | |
| | | }) |
| | | // ant 加载 |
| | | const spinning = ref<boolean>(false) |
| | | const delayTime = 500 |
| | | |
| | | const goDetail = () => { |
| | | router.push({ name: ERouterName.WORKSPACE }) |
| | |
| | | flex: 1; |
| | | overflow-y: auto; |
| | | } |
| | | }</style> |
| | | } |
| | | </style> |