Browse Source

完善

master
lichao 11 months ago
parent
commit
f50db1a887
  1. 10
      yifengdian-company-report/src/views/vegetableDetails.vue
  2. 6246
      yifengdian-company-report/yarn.lock

10
yifengdian-company-report/src/views/vegetableDetails.vue

@ -49,6 +49,13 @@
readonly
@click="onDisplay(i)"
/>
<van-field
label="面积(亩)"
right-icon="arrow"
v-model="item.area"
placeholder="请输入面积"
required
/>
<van-field
label="上市时间"
right-icon="arrow"
@ -361,6 +368,9 @@ export default {
if (item.growTime == null || item.growTime == "") {
bool = true;
}
if (item.area == null || item.area == "") {
bool = true;
}
if (item.marketTime == null || item.marketTime == "") {
bool = true;
}

6246
yifengdian-company-report/yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save