管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-25 1a2d7710561c2ca22632ca7dbb1ecae46502ec7e
src/components/MapView/mapSpacePop.vue
@@ -143,9 +143,9 @@
      optionx: [],
      options: [],
      conditions: [
        ['<>', 'like'],
        ['=', '<>', 'like'],
        ['>=', '>', ' =', '<=', '<', '<>'],
        ['>=', '<='],
        ['>=', '>', ' =', '<=', '<', '<>'],
      ],
      options1: [
        {
@@ -232,7 +232,7 @@
      obj = this.optionx.find(function (item) {
        return item.field === value;
      });
      // if (obj.type == 'serial' || obj.type == 'int') {
      //   this.options = this.options2;
      // } else {