From ce1292c9cf37195b6abd2699dfc5d6cb3e143c9b Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期日, 12 四月 2026 23:38:19 +0800
Subject: [PATCH] feat(MES): 添加MES接口相关实体和DTO JS扩展文件至JSX格式并更新配置
---
Code/WCS/WIDESEAWCS_Client/src/views/system/Sys_Log.vue | 102 +++++++++++++++++++++++++-------------------------
1 files changed, 51 insertions(+), 51 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/src/views/system/Sys_Log.vue b/Code/WCS/WIDESEAWCS_Client/src/views/system/Sys_Log.vue
index b403132..03f4341 100644
--- a/Code/WCS/WIDESEAWCS_Client/src/views/system/Sys_Log.vue
+++ b/Code/WCS/WIDESEAWCS_Client/src/views/system/Sys_Log.vue
@@ -19,7 +19,7 @@
</view-grid>
</template>
<script>
-import extend from "@/extension/system/Sys_Log.js";
+import extend from "@/extension/system/Sys_Log.jsx";
import { ref, defineComponent } from "vue";
export default defineComponent({
setup() {
@@ -45,36 +45,36 @@
const searchFormOptions = ref([
[
{ title: "璇锋眰鍦板潃", field: "url", type: "like" },
- { title: "鐢ㄦ埛IP", field: "userIP", type: "like" },
- { title: "鏈嶅姟鍣↖P", field: "serviceIP", type: "like" },
+ { title: "璇锋眰鍙傛暟", field: "requestParam", type: "like" },
+ { title: "鍝嶅簲鍙傛暟", field: "responseParam", type: "like" },
],
[
{ title: "寮�濮嬫椂闂�", field: "beginDate", type: "datetime" },
- {
- dataKey: "restatus",
- data: [],
- title: "鍝嶅簲鐘舵��",
- field: "success",
- type: "selectList",
- },
- {
- dataKey: "roles",
- data: [],
- title: "瑙掕壊ID",
- field: "role_Id",
- type: "select",
- },
+ // {
+ // dataKey: "restatus",
+ // data: [],
+ // title: "鍝嶅簲鐘舵��",
+ // field: "success",
+ // type: "selectList",
+ // },
+ // {
+ // dataKey: "roles",
+ // data: [],
+ // title: "瑙掕壊ID",
+ // field: "role_Id",
+ // type: "select",
+ // },
],
- [
- {
- dataKey: "log",
- data: [],
- title: "鏃ュ織绫诲瀷",
- field: "logType",
- colSize: 12,
- type: "checkbox",
- },
- ],
+ // [
+ // {
+ // dataKey: "log",
+ // data: [],
+ // title: "鏃ュ織绫诲瀷",
+ // field: "logType",
+ // colSize: 12,
+ // type: "checkbox",
+ // },
+ // ],
]);
const columns = ref([
{
@@ -91,7 +91,7 @@
field: "beginDate",
title: "寮�濮嬫椂闂�",
type: "datetime",
- width: 140,
+ width: 120,
align: "left",
sortable: true,
},
@@ -99,51 +99,51 @@
field: "userName",
title: "鐢ㄦ埛鍚嶇О",
type: "string",
- width: 90,
+ width: 60,
align: "left",
},
{
field: "url",
title: "璇锋眰鍦板潃",
type: "string",
- width: 110,
+ width: 150,
align: "left",
},
- {
- field: "logType",
- title: "鏃ュ織绫诲瀷",
- type: "string",
- bind: { key: "log", data: [] },
- width: 80,
- align: "left",
- },
- {
- field: "success",
- title: "鍝嶅簲鐘舵��",
- type: "int",
- bind: { key: "restatus", data: [] },
- width: 80,
- align: "left",
- },
+ // {
+ // field: "logType",
+ // title: "鏃ュ織绫诲瀷",
+ // type: "string",
+ // bind: { key: "log", data: [] },
+ // width: 80,
+ // align: "left",
+ // },
+ // {
+ // field: "success",
+ // title: "鍝嶅簲鐘舵��",
+ // type: "int",
+ // bind: { key: "restatus", data: [] },
+ // width: 80,
+ // align: "left",
+ // },
{
field: "elapsedTime",
title: "鏃堕暱",
type: "int",
- width: 60,
+ width: 50,
align: "left",
},
{
- field: "requestParameter",
+ field: "requestParam",
title: "璇锋眰鍙傛暟",
type: "string",
- width: 70,
+ width: 120,
align: "left",
},
{
- field: "responseParameter",
+ field: "responseParam",
title: "鍝嶅簲鍙傛暟",
type: "string",
- width: 70,
+ width: 120,
align: "left",
},
{
--
Gitblit v1.9.3