|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<v-card class="card-box pa-5" style="height: 100%;">
|
|
|
<div class="d-flex justify-center">
|
|
|
- <TextUI :item="textItem" @focus="openDrawer" @appendInnerClick="openDrawer"></TextUI>
|
|
|
+ <TextUI v-model="query.content" :item="textItem" @focus="openDrawer" @appendInnerClick="openDrawer"></TextUI>
|
|
|
<!-- <v-btn color="primary" class="half-button" variant="tonal" @click="openDrawer">职位匹配</v-btn> -->
|
|
|
</div>
|
|
|
<!-- 人员信息表单 -->
|