Commit 343fb5fd by 李君

1

1 parent eaf7f71e
...@@ -45,11 +45,11 @@ ...@@ -45,11 +45,11 @@
<el-option v-for="item in channelListData" :key="item.id" :label="item.name" :value="item.id" /> <el-option v-for="item in channelListData" :key="item.id" :label="item.name" :value="item.id" />
</el-select> --> </el-select> -->
</el-form-item> </el-form-item>
<el-form-item :label="$t('table.granularity')" class="granularity"> <!-- <el-form-item :label="$t('table.granularity')" class="granularity">
<el-select v-model="searchForm.granularityMinute" class="laneType" filterable :placeholder="$t('pholder.select')"> <el-select v-model="searchForm.granularityMinute" class="laneType" filterable :placeholder="$t('pholder.select')">
<el-option v-for="item in granularityListData" :key="item.value" :label="item.label" :value="item.value" /> <el-option v-for="item in granularityListData" :key="item.value" :label="item.label" :value="item.value" />
</el-select> </el-select>
</el-form-item> </el-form-item> -->
<el-form-item :label="$t('table.date')"> <el-form-item :label="$t('table.date')">
<el-date-picker <el-date-picker
v-model="searchForm.countDate" v-model="searchForm.countDate"
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
searchForm: { searchForm: {
mallId: '', mallId: '',
cashierAreaId: '', cashierAreaId: '',
granularityMinute:10, granularityMinute:1,
channelIds: '', channelIds: '',
counterType:'', counterType:'',
countDate: ['',''], countDate: ['',''],
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!