@@ -5,7 +5,7 @@ | |||
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |||
<title>菊城人才市场后台管理</title> | |||
<script type="module" crossorigin src="/assets/index-50OMPfye.js"></script> | |||
<script type="module" crossorigin src="/assets/index-0KQEc2Bk.js"></script> | |||
<link rel="stylesheet" crossorigin href="/assets/index-3v74tuIc.css"> | |||
</head> | |||
<body> |
@@ -9,7 +9,7 @@ | |||
<a-col span="24"> | |||
<a-form-item> | |||
<a-input addon-before="职位名称" v-model:value="commomParams.search.keyword" | |||
placeholder="请输入职位名称" /> | |||
placeholder="请输入职位名称" @keyup.enter="getData"/> | |||
</a-form-item> | |||
</a-col> | |||
<a-col span="24"> |
@@ -40,7 +40,7 @@ | |||
<a-row :gutter="10"> | |||
<a-col span="16"> | |||
<a-form-item> | |||
<a-input v-model:value="createForm.sms_code" placeholder="短信验证码" size="large" /> | |||
<a-input v-model:value="createForm.sms_code" placeholder="短信验证码" size="large" @keyup.enter="toLogin"/> | |||
</a-form-item> | |||
</a-col> | |||
<a-col span="8"> | |||
@@ -60,7 +60,7 @@ | |||
</a-row> --> | |||
<a-row> | |||
<a-col :span="24"> | |||
<a-button size="large" @click="toLogin" style="width: 100%;" type="primary">登录</a-button> | |||
<a-button size="large" block type="primary" @keyup.enter="toLogin">登录</a-button> | |||
</a-col> | |||
</a-row> | |||
</a-space> |