Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
b3691a3a
Commit
b3691a3a
authored
Jun 24, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加目标单位
parent
c1e66daf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
myDeptTarget.vue
src/views/ecw/deptTarget/myDeptTarget.vue
+8
-2
No files found.
src/views/ecw/deptTarget/myDeptTarget.vue
View file @
b3691a3a
...
@@ -57,6 +57,12 @@
...
@@ -57,6 +57,12 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('部门人数')"
align=
"center"
prop=
"deptEmpCount"
/>
<el-table-column
:label=
"$t('部门人数')"
align=
"center"
prop=
"deptEmpCount"
/>
<el-table-column
:label=
"$t('目标值')"
align=
"center"
prop=
"cubeNum"
/>
<el-table-column
:label=
"$t('目标单位')"
align=
"center"
>
<
template
v-slot=
"{row}"
>
<dict-tag
:type=
"DICT_TYPE.CEBE_UNIT"
:value=
"row.cubeUnit"
></dict-tag>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('目标方数')"
align=
"center"
prop=
"cubeNum"
/>
<el-table-column
:label=
"$t('目标方数')"
align=
"center"
prop=
"cubeNum"
/>
<el-table-column
:label=
"$t('运输方式')"
align=
"center"
prop=
"transportType"
>
<el-table-column
:label=
"$t('运输方式')"
align=
"center"
prop=
"transportType"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -156,10 +162,11 @@
...
@@ -156,10 +162,11 @@
import
{
getChannelList
}
from
'
@/api/ecw/channel
'
;
import
{
getChannelList
}
from
'
@/api/ecw/channel
'
;
import
dayjs
from
"
dayjs
"
;
import
dayjs
from
"
dayjs
"
;
import
{
parseTime
}
from
'
@/utils/ruoyi
'
;
import
{
parseTime
}
from
'
@/utils/ruoyi
'
;
import
Template
from
"
@/views/cms/template/index.vue
"
;
export
default
{
export
default
{
name
:
"
EcwDepttargetMydepttarget
"
,
name
:
"
EcwDepttargetMydepttarget
"
,
components
:
{},
components
:
{
Template
},
data
()
{
data
()
{
return
{
return
{
// 遮罩层
// 遮罩层
...
@@ -332,7 +339,6 @@ import { parseTime } from '@/utils/ruoyi';
...
@@ -332,7 +339,6 @@ import { parseTime } from '@/utils/ruoyi';
})
})
},
},
showChannel
(
val
){
showChannel
(
val
){
console
.
log
(
val
);
if
(
val
===
3
||
val
===
4
){
if
(
val
===
3
||
val
===
4
){
this
.
showFlag
=
true
;
this
.
showFlag
=
true
;
}
else
{
}
else
{
...
...
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