cuijian
8 小时以前 135b5b2e497514dc4456e33b0db0fe5e7fa4e62f
src/views/tms/ToolVerificationRecordList.vue
@@ -117,7 +117,7 @@
          {
            title:'唯一编码',
            align:"center",
            dataIndex: 'toolId',
            dataIndex: 'onlyCode',
          },
          {
            title:'量具名称',
@@ -127,7 +127,7 @@
          {
            title:'规格',
            align:"center",
            dataIndex: 'model'
            dataIndex: 'toolModel'
          },
          {
            title:'计量号',
@@ -149,16 +149,16 @@
            align:"center",
            dataIndex: 'personResponsible'
          },
          {
            title:'创建人',
            align:"center",
            dataIndex: 'createBy'
          },
          {
            title:'创建时间',
            align:"center",
            dataIndex: 'createTime'
          },
          // {
          //   title:'创建人',
          //   align:"center",
          //   dataIndex: 'createBy'
          // },
          // {
          //   title:'创建时间',
          //   align:"center",
          //   dataIndex: 'createTime'
          // },
          {
            title: '操作',
            dataIndex: 'action',
@@ -169,7 +169,7 @@
          }
        ],
        url: {
          list: "/tms/toolVerificationRecord/list",
          list: "/tms/toolVerificationRecord/queryPageList",
          delete: "/tms/toolVerificationRecord/delete",
          deleteBatch: "/tms/toolVerificationRecord/deleteBatch",
          exportXlsUrl: "/tms/toolVerificationRecord/exportXls",