Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
a631a3c5
Commit
a631a3c5
authored
Aug 02, 2023
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy 8.2
parent
bc727b6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
16 deletions
+32
-16
ruoyi-ui/src/views/smartSchool/officialWork/budgetFilling/index.vue
+32
-16
No files found.
ruoyi-ui/src/views/smartSchool/officialWork/budgetFilling/index.vue
View file @
a631a3c5
...
@@ -73,13 +73,12 @@
...
@@ -73,13 +73,12 @@
<el-table-column
label=
"序号"
type=
"index"
align=
"center"
/>
<el-table-column
label=
"序号"
type=
"index"
align=
"center"
/>
<el-table-column
label=
"*项目名称"
prop=
"projectName"
>
<el-table-column
label=
"*项目名称"
prop=
"projectName"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-form-item
:prop=
"'xzTable.' + scope.$index + '.projectName'"
:rules=
"rules.projectName"
<el-form-item
:prop=
"'xzTable.' + scope.$index + '.projectName'"
:rules=
"rules.projectName"
>
>
<el-input
v-model=
"scope.row.projectName"
clearable
></el-input>
<el-input
v-model=
"scope.row.projectName"
clearable
style=
"width: 500px;"
></el-input>
</el-form-item>
</el-form-item>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"*申报政策依据、理由及主要内容"
prop=
"content"
>
<el-table-column
label=
"
*申报政策依据、理由及主要内容"
prop=
"content"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-form-item
:prop=
"'xzTable.' + scope.$index + '.content'"
:rules=
"rules.content"
class=
"all"
>
<el-form-item
:prop=
"'xzTable.' + scope.$index + '.content'"
:rules=
"rules.content"
class=
"all"
>
<el-input
v-model=
"scope.row.content"
clearable
></el-input>
<el-input
v-model=
"scope.row.content"
clearable
></el-input>
...
@@ -119,7 +118,9 @@
...
@@ -119,7 +118,9 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"remark"
label=
"备注"
align=
"center"
>
<el-table-column
prop=
"remark"
label=
"备注"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.remark"
placeholder=
"请输入内容"
></el-input>
<el-form-item
prop=
"remark"
>
<el-input
v-model=
"scope.row.remark"
placeholder=
"请输入内容"
></el-input>
</el-form-item>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -846,15 +847,7 @@ export default {
...
@@ -846,15 +847,7 @@ export default {
}
}
.xzTable
{
::v-deep
input
{
border-top
:
none
;
border-left
:
none
;
border-right
:
none
;
}
margin-top
:
20px
;
}
.all
{
.all
{
width
:
100%
;
width
:
100%
;
...
@@ -890,7 +883,33 @@ export default {
...
@@ -890,7 +883,33 @@ export default {
}
}
.xzTable
{
::v-deep
.el-form-item__content
{
display
:
flex
;
align-items
:
center
;
}
::v-deep
.el-form-item__content
input
{
border-top
:
none
;
border-left
:
none
;
border-right
:
none
;
width
:
100%
;
/* Set the input width to 100% to make it expand to fill the container */
margin-right
:
150%
;
}
margin-top
:
20px
;
}
.xzTable
::v-deep
.el-table__header-wrapper
.el-table__cell
{
font-size
:
16px
!important
;
}
::v-deep
{
.el-form-item__content
{
margin-left
:
1px
!important
;
}
}
.lookTable
{
.lookTable
{
...
@@ -902,9 +921,6 @@ export default {
...
@@ -902,9 +921,6 @@ export default {
}
}
.xzTable
::v-deep
.el-table__header-wrapper
.el-table__cell
{
font-size
:
16px
!important
;
}
.lookTable
::v-deep
.el-table__header-wrapper
.el-table__cell
{
.lookTable
::v-deep
.el-table__header-wrapper
.el-table__cell
{
font-size
:
16px
!important
;
font-size
:
16px
!important
;
...
...
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