明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
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
Administrator
jt_front
Commits
54dd88e7
Commit
54dd88e7
authored
Dec 08, 2025
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7ffc99c8
Pipeline
#104308
passed with stage
in 18 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
addProject.vue
src/views/managePage/addProject.vue
+2
-1
departManage.vue
src/views/systemManage/departManage.vue
+3
-3
No files found.
src/views/managePage/addProject.vue
View file @
54dd88e7
...
...
@@ -182,7 +182,8 @@
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"汇率"
>
<el-input-number
v-model=
"formData.huilv"
:min=
"0"
:precision=
"2"
:max=
"999.99"
<!-- 999.99 [20,4]-->
<el-input-number
v-model=
"formData.huilv"
:min=
"0"
:precision=
"2"
:max=
"9999999999999999.99"
controls-position=
"right"
/>
</el-form-item>
...
...
src/views/systemManage/departManage.vue
View file @
54dd88e7
...
...
@@ -2,7 +2,7 @@
<div
class=
"depart-manage"
v-loading=
"loading"
>
<div
class=
"search-origin"
>
<div
class=
"origin-title"
>
<h3>
部门
列表
</h3>
<h3>
部门
管理
</h3>
<!--
<span
@
click=
"handleAdd('parent')"
>
+
新增组织
</span>
-->
</div>
<el-input
placeholder=
"请输入部门名称"
clearable
>
...
...
@@ -71,7 +71,7 @@
>
<
template
#
enable=
"{ row }"
>
<el-tag
:type=
"row.enable === 0 ? 'success' : 'danger'"
>
{{
row
.
enable
===
"0"
?
"启用"
:
"停用"
}}
{{
row
.
enable
===
0
?
"启用"
:
"停用"
}}
</el-tag>
</
template
>
</common-table>
...
...
@@ -145,7 +145,7 @@ const tableColumns = [
{
prop
:
"departs"
,
label
:
"所属部门"
,
minWidth
:
12
0
,
minWidth
:
8
0
,
showOverflowTooltip
:
true
,
},
{
...
...
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