fix
This commit is contained in:
parent
a86695e3d6
commit
9f084262fc
@ -17,7 +17,20 @@
|
||||
</customBack>
|
||||
</div>
|
||||
<div class="left-charts-item">
|
||||
<customBack top-title="农产品追溯监管" :top-postion="'left'">
|
||||
<customBack
|
||||
top-title="农产品追溯监管"
|
||||
:top-postion="'left'"
|
||||
:down-title="'1号仓库'"
|
||||
:label-field="'label'"
|
||||
:value-field="'value'"
|
||||
:down-width="'100px'"
|
||||
:options="[
|
||||
{ label: '1号仓库', value: '530926' },
|
||||
{ label: '2号仓库', value: '42611' },
|
||||
]"
|
||||
:is-down="true"
|
||||
@command="handleCommand"
|
||||
>
|
||||
<template #back>
|
||||
<productTypeCharts></productTypeCharts>
|
||||
</template>
|
||||
@ -70,6 +83,14 @@ const one = ref([
|
||||
{ value: 6000, name: '勐永镇' },
|
||||
{ value: 4000, name: '孟定镇' },
|
||||
]);
|
||||
|
||||
const handleCommand = (data) => {
|
||||
// state.queryCode = data.value;
|
||||
// console.info('data=', data);
|
||||
// nextTick(() => {
|
||||
// fiveRef.value && fiveRef.value.refresData();
|
||||
// });
|
||||
};
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.data-home-index {
|
||||
|
Loading…
x
Reference in New Issue
Block a user