yemian

parent d275599e
...@@ -46,11 +46,24 @@ ...@@ -46,11 +46,24 @@
</div> </div>
</template> </template>
<script> <script>
import pie from '@/views/makePie/index.vue'
import pic1 from '@/assets/image/变压器抠图-1.png'
import pic2 from '@/assets/image/变压器抠图-2.png'
export default { export default {
components: {
pie: pie
},
data() { data() {
return { return {
name: '特变电压器' name: '特变电压器',
type: 1,
pic1,
pic2
} }
},
getType(e) {
console.log(e)
this.type = e
} }
} }
</script> </script>
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
@click="handleExport" @click="handleExport"
>导出 >导出
</el-button> --> </el-button> -->
<right-toolbar :show-search.sync="showSearch" @queryTable="getList" />
</div> </div>
</el-form> </el-form>
</div> </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