yemian

parent d275599e
......@@ -46,11 +46,24 @@
</div>
</template>
<script>
import pie from '@/views/makePie/index.vue'
import pic1 from '@/assets/image/变压器抠图-1.png'
import pic2 from '@/assets/image/变压器抠图-2.png'
export default {
components: {
pie: pie
},
data() {
return {
name: '特变电压器'
name: '特变电压器',
type: 1,
pic1,
pic2
}
},
getType(e) {
console.log(e)
this.type = e
}
}
</script>
......
......@@ -57,7 +57,7 @@
@click="handleExport"
>导出
</el-button> -->
<right-toolbar :show-search.sync="showSearch" @queryTable="getList" />
</div>
</el-form>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment