同步现场代码
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!-- 技术 -->
|
||||
<template>
|
||||
<el-dialog draggable title="技术监督管理详情" v-model="dialogVisible" width="1400px">
|
||||
<el-dialog draggable title="技术监督管理统计" v-model="dialogVisible" width="1400px">
|
||||
<div>
|
||||
<vxe-table v-bind="defaultAttribute" ref="vxeRef" height="300px" :data="tableData">
|
||||
<vxe-column field="devName" />
|
||||
@@ -24,11 +24,7 @@ import { defaultAttribute } from '@/components/table/defaultAttribute'
|
||||
|
||||
const dialogVisible: any = ref(false)
|
||||
|
||||
const tableData: any = ref([
|
||||
{
|
||||
devName: 123
|
||||
}
|
||||
])
|
||||
const tableData: any = ref([])
|
||||
|
||||
const picEChart = ref({
|
||||
title: {
|
||||
|
||||
Reference in New Issue
Block a user