dengzedong
2024-11-22 627a6b93d3582e5ccce8937bda5fe65538b521fc
src/views/data/point/index.vue
@@ -91,7 +91,7 @@
      </el-table-column>
      <el-table-column label="值类型" align="center" prop="valueType" width="120">
        <template #default="scope">
          <dict-tag :type="DICT_TYPE.VALUETYPE" :value="scope.row.valueType" />
          <dict-tag :type="DICT_TYPE.MEASURE_VALUE_TYPE" :value="scope.row.valueType" />
        </template>
      </el-table-column>
      <el-table-column label="测量单位" align="center" prop="unit" width="80"/>
@@ -157,6 +157,7 @@
import DaPointForm from './DaPointForm.vue'
import DaPointChart from './DaPointChart.vue'
import * as UserApi from "@/api/system/user";
import PointImportForm from './PointImportForm.vue'
defineOptions({name: 'DataPoint'})