田源
2023-08-31 44ad38c2bf5cb11ca1c3fc3f4d47eba6714aacf5
集成系统 样式表格修改
已修改4个文件
179 ■■■■■ 文件已修改
Source/UBCS-WEB/src/views/docking/data.vue 43 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/docking/info.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/docking/loge.vue 59 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/docking/task.vue 71 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/docking/data.vue
@@ -55,52 +55,63 @@
          prop: "id",
          search: true,
          sortable:true,
          width:150
          // width:150
        },
        {
          label: "图号",
          prop: "uniquecode",
          prop: "uniqueCode",
          search: true,
          hide:true,
          sortable:true
        },
        {
          label: '分类id',
          prop: 'classifyid',
          label: '分类代号',
          prop: 'classifyId',
          search: true,
          sortable:true,
          width: 250
          // width: 250
        },
        {
          label: '分类名称',
          prop: 'classifyname',
          prop: 'classifyName',
          search: true,
          sortable:true
          sortable:true,
        },
        {
          label: '业务类型oid',
          prop: 'btmoid',
          prop: 'btmOid',
          sortable:true,
          width: 150
          hide:true,
          // width: 250
        },
        {
          label: '业务类型id',
          prop: 'btmid',
          prop: 'btmId',
          sortable:true,
          width: 150
          // width: 150
        },
        {
          label: '推送类型',
          prop: 'sendtype',
          prop: 'sendType',
          search: true,
          sortable:true,
          width: 150
          // width: 150,
          formatter: function (row, column) {
            if (row.sendType === 'Released') {
              return '发布';
            } else if (row.sendType === 'TakeBack') {
              return '回收';
            } else if (row.sendType === 'Disabled') {
              return '停用';
            }
          }
        },
        {
          label: '是否分解任务',
          prop: 'sendflag',
          prop: 'sendFlag',
          search: true,
          sortable:true,
          width: 130,
          // width: 130,
          html:true,
          align:'center',
          type:'select',
@@ -111,7 +122,7 @@
            value: "key"
          },
          formatter : function (row, column) {
            return row.sendflag == 'true' || row.sendflag == '1' ? '<i class="el-icon-check" style="color: limegreen"></i>' : '<i class="el-icon-close" style="color: red"></i>'
            return row.sendFlag == 'true' || row.sendFlag == '1' ? '<i class="el-icon-check" style="color: limegreen"></i>' : '<i class="el-icon-close" style="color: red"></i>'
          }
        }
      ]
Source/UBCS-WEB/src/views/docking/info.vue
@@ -174,8 +174,9 @@
        },{
          label: 'soapAction',
          prop: 'soapAction',
          overHidden:true,
          sortable: true,
          width: 150
          width: 200
        },  {
          label: '调用方式',
          prop: 'cxfaxis',
@@ -191,7 +192,8 @@
          label: '请求地址',
          prop: 'requestUrl',
          sortable: true,
          width: 150
          overHidden:true,
          width: 200
        },  {
          label: '接口函数',
          prop: 'interfaceFunction',
Source/UBCS-WEB/src/views/docking/loge.vue
@@ -58,42 +58,70 @@
          },
          {
            label: "图号",
            prop: "uniquecode",
            prop: "uniqueCode",
            search: true,
            hide:true,
            sortable:true,
            width:150
          },
          {
            label: '分类id',
            prop: 'classifyid',
            label: '分类代号',
            prop: 'classifyId',
            search: true,
            sortable:true,
            width: 250
          },
          {
            label: '分类名称',
            prop: 'classifyname',
            prop: 'classifyName',
            search: true,
            sortable:true,
            overHidden: true
          },
          {
            label: '系统编号',
            prop: 'systemcode',
            label: '集成系统编号',
            prop: 'systemCode',
            search: true,
            sortable:true,
            width: 150
          },
          {
            label: '系统名称',
            prop: 'systemname',
            label: '集成系统名称',
            prop: 'systemName',
            search: true,
            sortable:true,
            width: 150
          },
          {
            label:'接口参数',
            prop:'paramString',
            overHidden:true,
            search: true,
            sortable:true,
            width: 150
          },
          {
            label:'返回参数',
            prop:'returnString',
            overHidden:true,
            search: true,
            sortable:true,
            width: 150
          },
          {
            label: '返回msg',
            prop: 'msg',
            overHidden: true
          },
          {
            label: '记录时间',
            prop: 'createTime',
            sortable:true,
            width: 160
          },
          {
            label: '是否推送成功',
            prop: 'interfacestatus',
            prop: 'interFaceStatus',
            search: true,
            sortable:true,
            width: 120,
@@ -107,20 +135,9 @@
              value: "key"
            },
            formatter : function (row, column) {
              return row.interfacestatus == 'true' || row.interfacestatus == '1' ? '<i class="el-icon-check" style="color: limegreen"></i>' : '<i class="el-icon-close" style="color: red"></i>'
              return row.interFaceStatus == 'true' || row.interFaceStatus == '1' ? '<i class="el-icon-check" style="color: limegreen"></i>' : '<i class="el-icon-close" style="color: red"></i>'
            }
          },
          {
            label: '返回msg',
            prop: 'msg',
            overHidden: true
          },
          {
            label: '记录时间',
            prop: 'createTime',
            sortable:true,
            width: 160
          }
        ]
      }
    }
Source/UBCS-WEB/src/views/docking/task.vue
@@ -67,61 +67,53 @@
          },
          {
            label: "图号",
            prop: "uniquecode",
            prop: "uniqueCode",
            search: true,
            hide:true,
            sortable:true,
            width:150
          },
          {
            label: '分类id',
            prop: 'classifyid',
            label: '分类代号',
            prop: 'classifyId',
            search: true,
            sortable:true,
            width: 250
          },
          {
            label: '分类名称',
            prop: 'classifyname',
            prop: 'classifyName',
            search: true,
            sortable:true
            sortable:true,
            width: 200
          },
          {
            label: '系统编号',
            prop: 'systemcode',
            label: '集成系统编号',
            prop: 'systemCode',
            search: true,
            sortable:true,
            width: 150
          },
          {
            label: '系统名称',
            prop: 'systemname',
            label: '集成系统名称',
            prop: 'systemName',
            search: true,
            sortable:true,
            width: 150
          },
          {
            label: '数据情况',
            prop: 'sendtype',
            prop: 'sendType',
            sortable:true,
            width: 100
          },
          {
            label: '是否推送成功',
            prop: 'sendflag',
            search: true,
            sortable:true,
            width: 120,
            html:true,
            align:'center',
            type:'select',
            searchLabelWidth:130,
            dicData: [{key:'true',value:'是'},{key:'false',value:'否'}],
            props: {
              label: "value",
              value: "key"
            },
            formatter : function (row, column) {
              return row.sendflag == 'true' || row.sendflag == '1' ? '<i class="el-icon-check" style="color: limegreen"></i>' : '<i class="el-icon-close" style="color: red"></i>'
            width: 100,
            formatter: function (row, column) {
              if (row.sendType === 'Released') {
                return '发布';
              } else if (row.sendType === 'TakeBack') {
                return '回收';
              } else if (row.sendType === 'Disabled') {
                return '停用';
              }
            }
          },
          {
@@ -135,7 +127,26 @@
            prop: 'lastModifyTime',
            sortable:true,
            width: 150
          }
          },
          {
            label: '是否推送成功',
            prop: 'sendFlag',
            search: true,
            sortable:true,
            width: 120,
            html:true,
            align:'center',
            type:'select',
            searchLabelWidth:130,
            dicData: [{key:'true',value:'是'},{key:'false',value:'否'}],
            props: {
              label: "value",
              value: "key"
            },
            formatter : function (row, column) {
              return row.sendFlag == 'true' || row.sendFlag == '1' ? '<i class="el-icon-check" style="color: limegreen"></i>' : '<i class="el-icon-close" style="color: red"></i>'
            }
          },
        ]
      }
    }