schangxiang@126.com
2024-06-16 38f81cf3dac388bed2622c9545b5f25f1060dc97
显示 中心距
已修改3个文件
88 ■■■■■ 文件已修改
iwara-scada-web/public/config.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
iwara-scada-web/src/views/main/QualityDataInfo/index.vue 43 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
iwara-scada-web/src/views/main/WorkPieceProcess/modules/qualityDetail.vue 42 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
iwara-scada-web/public/config.js
@@ -1 +1,2 @@
window.VUE_BASE_URL = 'http://localhost2:7788'
window.VUE_BASE_URL = 'http://localhost:7788'
//window.VUE_BASE_URL = 'http://192.168.216.203:7788'
iwara-scada-web/src/views/main/QualityDataInfo/index.vue
@@ -88,6 +88,7 @@
    </x-card>
    <a-card :bordered="false">
      <s-table
        :scroll="{ x: 2000 }"
        ref="table"
        :columns="columns"
        :data="loadData"
@@ -364,6 +365,48 @@
        ],
        EOP80: [
          {
      title: '厚度',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_Houdu'
    },
    {
      title: '中心距',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_ZXJ'
    },
    {
      title: '大头孔圆柱度',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_DTKYZD'
    },
    {
      title: '小头上面圆度',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_XTSMYD'
    },
    {
      title: '小头下面圆度',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_XTXMYD'
    },
    {
      title: '大头孔直径',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_D_TKZJ'
    },
    {
      title: '小头孔直径',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_X_TKZJ'
    },
          {
            title: '大头重量',
            align: 'center',
            sorter: true,
iwara-scada-web/src/views/main/WorkPieceProcess/modules/qualityDetail.vue
@@ -209,6 +209,48 @@
  ],
  EOP80: [
    {
      title: '厚度',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_Houdu'
    },
    {
      title: '中心距',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_ZXJ'
    },
    {
      title: '大头孔圆柱度',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_DTKYZD'
    },
    {
      title: '小头上面圆度',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_XTSMYD'
    },
    {
      title: '小头下面圆度',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_XTXMYD'
    },
    {
      title: '大头孔直径',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_D_TKZJ'
    },
    {
      title: '小头孔直径',
      align: 'center',
      sorter: true,
      dataIndex: 'qualityOP80_X_TKZJ'
    },
    {
      title: '大头重量',
      align: 'center',
      sorter: true,