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 af12e9f8
authored
Jun 03, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改批次计划管理列表的宽度
1 parent
07433e59
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
npm
src/views/batchPlanManagement/index.vue
npm
0 → 100644
View file @
af12e9f
File mode changed
src/views/batchPlanManagement/index.vue
View file @
af12e9f
...
...
@@ -105,8 +105,8 @@ export default {
columns
()
{
return
[
{
label
:
'序号'
,
type
:
'index'
,
width
:
'80px'
},
{
label
:
'批次年度'
,
prop
:
'year'
},
{
label
:
'批次名称'
,
prop
:
'batName'
,
width
:
'300px'
,
__slotName
:
'batName'
,
},
{
label
:
'批次年度'
,
prop
:
'year'
,
width
:
'100px'
},
{
label
:
'计划评审日期'
,
width
:
'120px'
,
...
...
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