Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
contractmanage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
contractmanage
Commits
d347def5
Commit
d347def5
authored
Mar 03, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志管理
parent
a3d8c5c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
index.vue
src/views/journalManage/index.vue
+17
-2
No files found.
src/views/journalManage/index.vue
View file @
d347def5
...
...
@@ -11,6 +11,21 @@
placeholder=
"请选择创建日期"
/>
</el-form-item>
<el-form-item
label=
"类型"
>
<el-select
v-model=
"searchParams.type"
clearable
placeholder=
"请选择"
>
<el-option
:value=
"''"
label=
"全部"
/>
<el-option
value=
"0"
label=
"合同管理"
/>
<el-option
value=
"1"
label=
"人员情况"
/>
<el-option
value=
"2"
label=
"行政组织"
/>
<el-option
value=
"3"
label=
"核算组织"
/>
<el-option
value=
"4"
label=
"往来单位"
/>
<el-option
value=
"5"
label=
"项目信息"
/>
<el-option
value=
"6"
label=
"资产信息"
/>
<el-option
value=
"7"
label=
"物资信息"
/>
<el-option
value=
"8"
label=
"金融机构"
/>
<el-option
value=
"9"
label=
"数据字典"
/>
</el-select>
</el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click
.
stop=
"handleQuery()"
>
查询
</el-button>
</el-form-item>
...
...
@@ -23,8 +38,8 @@
<el-table-column
label=
"序号"
type=
"index"
width=
"55"
/>
<!--
<el-table-column
label=
"操作人"
prop=
"USERID"
/>
-->
<el-table-column
label=
"操作日期"
prop=
"CREATEDATE"
width=
"150"
/>
<el-table-column
label=
"
合同中文名"
prop=
"CONNAMECN
"
width=
"150"
/>
<el-table-column
label=
"
合同
编码"
prop=
"CONMAINCODE"
width=
"150"
/>
<el-table-column
label=
"
类型"
prop=
"type
"
width=
"150"
/>
<el-table-column
label=
"编码"
prop=
"CONMAINCODE"
width=
"150"
/>
<el-table-column
label=
"操作信息"
prop=
"CONTENT"
width=
"600"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"
{ row }">
<span>
{{
row
.
CONTENT
.
substring
(
0
,
400
)
}}
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment