This commit is contained in:
zpc 2025-08-20 12:35:36 +08:00
parent bb5e4ed87a
commit 899bc122b1

View File

@ -53,9 +53,9 @@
</view> </view>
</view> </view>
<!-- 表单区域 --> <!-- 表单区域 -->
<view class="form-item"> <view class="form-item" >
<text class="label">位置</text> <text class="label">位置</text>
<input v-model="locationInfo" type="text" class="input worker-input" /> <input v-model="locationInfo" type="text" class="input worker-input" disabled />
</view> </view>
<!-- 表单区域 --> <!-- 表单区域 -->
<view class="form-item"> <view class="form-item">
@ -528,13 +528,13 @@
return false; return false;
} }
if (statusIndex.value === 0) { // if (statusIndex.value === 0) {
uni.showToast({ // uni.showToast({
title: "请选择项目状态", // title: "",
icon: "error", // icon: "error",
}); // });
return false; // return false;
} // }
} }
return true; return true;