Merge branch 'sprint/fixbug_hufangzhou_15961' into 'master'

Sprint/fixbug hufangzhou 15961

See merge request easycorp/zentaopms!2701
This commit is contained in:
王怡栋
2022-04-01 03:30:53 +00:00
3 changed files with 14 additions and 16 deletions
+2 -2
View File
@@ -233,9 +233,9 @@ try {
</select>
</td>
<td class="w-80px">
<div class="checkbox">
<div class="checkbox-primary">
<input type="checkbox" v-model="value.required">
<label>
<input type="checkbox" v-model="value.required">
</label>
</div>
</td>
+6 -8
View File
@@ -130,10 +130,9 @@ js::set('struct_paramsType', $lang->struct->paramsType);
<input type="text" placeholder="<?php echo $lang->struct->field;?>" autocomplete="off" class="form-control" v-model="item.field">
</td>
<td class="w-50px">
<div class="checkbox">
<label>
<input type="checkbox" v-model="item.required">
</label>
<div class="checkbox-primary">
<input type="checkbox" v-model="item.required">
<label></label>
</div>
</td>
<td class="w-500px">
@@ -165,10 +164,9 @@ js::set('struct_paramsType', $lang->struct->paramsType);
<input type="text" placeholder="<?php echo $lang->struct->field;?>" autocomplete="off" class="form-control" v-model="item.field">
</td>
<td class="w-50px">
<div class="checkbox">
<label>
<input type="checkbox" v-model="item.required">
</label>
<div class="checkbox-primary">
<input type="checkbox" v-model="item.required">
<label></label>
</div>
</td>
<td class="w-500px">
+6 -6
View File
@@ -125,10 +125,9 @@ js::set('api', $api);
<input type="text" placeholder="<?php echo $lang->struct->field;?>" autocomplete="off" class="form-control" v-model="item.field">
</td>
<td class="w-50px">
<div class="checkbox">
<label>
<input type="checkbox" v-model="item.required">
</label>
<div class="checkbox-primary">
<input type="checkbox" v-model="item.required">
<label></label>
</div>
</td>
<td class="w-500px">
@@ -160,8 +159,9 @@ js::set('api', $api);
<input type="text" placeholder="<?php echo $lang->struct->field;?>" autocomplete="off" class="form-control" v-model="queryP[key].field">
</td>
<td class="w-50px">
<div class="checkbox">
<label><input type="checkbox" v-model="item.required"></label>
<div class="checkbox-primary">
<input type="checkbox" v-model="item.required">
<label></label>
</div>
</td>
<td class="w-500px">