From 20617fdf2b6ae6075765d1fee1532152336a7a64 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 10 一月 2024 10:24:33 +0800
Subject: [PATCH] 申领单查询标识符状态更改
---
Source/UBCS-WEB/src/views/integration/applicationForm.vue | 23 +++++++++++++----------
1 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/integration/applicationForm.vue b/Source/UBCS-WEB/src/views/integration/applicationForm.vue
index 106e9b1..242709c 100644
--- a/Source/UBCS-WEB/src/views/integration/applicationForm.vue
+++ b/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'
}
]
--
Gitblit v1.9.3