瀏覽代碼

拉取代码

maotao 4 月之前
父節點
當前提交
0073978152
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      pages/specimenPort/scan.vue

+ 3 - 3
pages/specimenPort/scan.vue

@@ -60,8 +60,8 @@
60 60
 					<uni-forms-item label="姓名" required>
61 61
 						<view class="text-left">{{form.name}}</view>
62 62
 					</uni-forms-item>
63
-					<uni-forms-item label="固液类型" required class="select">
64
-						<uni-data-picker placeholder="请选择固液类型" :clear-icon="false" :localdata="fixedData" v-model="form.fixative"
63
+					<uni-forms-item label="固液类型" required class="select">
64
+						<uni-data-picker placeholder="请选择固液类型" :clear-icon="false" :localdata="fixedData" v-model="form.fixative"
65 65
 						 :map="{text:'name',value:'id'}">
66 66
 						</uni-data-picker>
67 67
 					</uni-forms-item>
@@ -217,7 +217,7 @@
217 217
 				}
218 218
 				if(!this.form.fixative){
219 219
 					uni.showToast({
220
-						title: '固液类型不能为空',
220
+						title: '固液类型不能为空',
221 221
 						duration: 1000,
222 222
 						icon:'none'
223 223
 					});