删除人员台账focus

This commit is contained in:
yangzhq68909 2025-01-17 18:33:30 +08:00
parent 9474cd3ddf
commit 13519318e0
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__9F097F0",
"description" : "",
"versionName" : "1.1.2",
"versionCode" : 20250106,
"versionCode" : 20250117,
"transformPx" : false,
/* 5+App */
"app-plus" : {

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "cxc-szcx-uniapp-master",
"name": "cxc-szcx-uniapp",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -109,7 +109,7 @@
username: username.value,
password: password.value,
captcha: 'app'
/*开发环境 end */
/*开发环境 end */
}).then((loginres) => {
if (loginres.success) {
uni.setStorageSync('token', loginres.result.token)

View File

@ -10,10 +10,10 @@
type="h5"></uni-title></uni-col>
</uni-row>
<uni-row>
<uni-col :span="11"><uni-easyinput v-model="xm" focus suffixIcon="search" clearable
<uni-col :span="11"><uni-easyinput v-model="xm" suffixIcon="search" clearable
placeholder="姓名模糊查询" @change="Search" @iconClick="Search" /></uni-col>
<uni-col :span="11" :push="2">
<uni-easyinput v-model="ldhth" focus suffixIcon="search" clearable placeholder="劳动合同号模糊查询"
<uni-easyinput v-model="ldhth" suffixIcon="search" clearable placeholder="劳动合同号模糊查询"
@change="Search" @iconClick="Search" />
</uni-col>
</uni-row>