1
hutongqing
2025-01-02 8c6fd742db249ad4cc819cf041eb98d880a3ef73
WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue
@@ -97,7 +97,7 @@
    });
    const searchFormOptions = ref([
      [
        { title: "设备编号", field: "deviceCode" },
        { title: "设备编号", field: "deviceCode",type: "like" },
        {
          title: "设备类型",
          field: "deviceType",
@@ -347,7 +347,7 @@
          align: "left",
        },
      ],
      sortName: "CreateDate",
      sortName: "createDate",
      key: "id",
    });
    return {