田源
2024-01-10 20617fdf2b6ae6075765d1fee1532152336a7a64
申领单查询标识符状态更改
已修改1个文件
23 ■■■■■ 文件已修改
Source/UBCS-WEB/src/views/integration/applicationForm.vue 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/views/integration/applicationForm.vue
@@ -57,17 +57,17 @@
              {
                label: '申请单号',
                prop: 'id',
                width: 300,
                width: 200,
                fixed: true,
                search: true,
              }, {
                label: '集团码',
                width: 200,
                width: 150,
                prop: 'groupCode',
                search: true,
              }, {
                label: '操作类型',
                width: 200,
                width: 120,
                prop: 'operationType',
                type: 'select',
                search: true,
@@ -85,30 +85,33 @@
              },
              {
                label: '创建时间',
                width: 200,
                prop: 'createTime',
                type: 'datetime',
                search: true,
              },
              {
                label: '更改时间',
                width: 200,
                prop: 'lastModifyTime',
                type: 'datetime',
                search: true,
              }, {
                label: '返回标识',
                width: 100,
                prop: 'code'
                width: 120,
                prop: 'code',
                html: true,
                align:'center',
                formatter : function (row) {
                  return row.code == '1' ? '<i class="el-icon-check" style="color: #32cd32;font-size: 20px;font-weight: 800"></i>' : '<i class="el-icon-close" style="color: #ff0000;font-size: 20px;font-weight: 800"></i>'
                }
              },
              {
                label: '返回信息',
                width: 300,
                prop: 'content'
                prop: 'content',
                hide: true
              },
              {
                label: '消息信息',
                width: 300,
                width: 150,
                prop: 'msg'
              }
            ]