Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ed3a6a9f
authored
Apr 10, 2024
by
peiqiQQQ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情按钮位置修改
1 parent
83646df1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
src/views/demandManagement/index.vue
src/views/demandManagement/index.vue
View file @
ed3a6a9
...
...
@@ -38,9 +38,9 @@
:columns=
"columns"
:key=
"activeName"
>
<template
#
bat
Name=
"
{ data }">
<el-button
v-if=
"data.row.
batName"
class=
"detailBtn"
size=
"medium"
@
click=
"fnEdit(data.row, true)"
>
{{
data
.
row
.
bat
Name
}}
</el-button >
<span
v-else
>
{{
data
.
row
.
bat
Name
}}
</span>
<template
#
prj
Name=
"
{ data }">
<el-button
v-if=
"data.row.
prjName"
class=
"detailBtn"
size=
"medium"
@
click=
"fnEdit(data.row, true)"
>
{{
data
.
row
.
prj
Name
}}
</el-button >
<span
v-else
>
{{
data
.
row
.
prj
Name
}}
</span>
</
template
>
</table-config>
</template>
...
...
@@ -175,11 +175,12 @@ export default {
{
type
:
'selection'
,
width
:
'55px'
},
{
label
:
'序号'
,
type
:
'index'
,
width
:
'80px'
},
{
label
:
'批次年度'
,
prop
:
'year'
},
{
label
:
'批次名称'
,
prop
:
'batName'
,
width
:
'200px'
,
__slotName
:
'batName'
,
},
{
label
:
'批次名称'
,
prop
:
'batName'
,
width
:
'200px'
,
},
{
label
:
'项目名称'
,
prop
:
'prjName'
,
width
:
'320px'
,
__slotName
:
'prjName'
,
},
{
label
:
'需求名称'
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment