Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
35ea2e73
Commit
35ea2e73
authored
Oct 28, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
4b852bb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
RecPayQuery.vue
src/components/FinancialModule/Kingdee/RecPayQuery.vue
+4
-4
No files found.
src/components/FinancialModule/Kingdee/RecPayQuery.vue
View file @
35ea2e73
...
...
@@ -704,7 +704,7 @@
<em
style=
"cursor: pointer;"
@
click
.
stop=
"heightQueryBox=!heightQueryBox"
>
高级查询
<i
class=
"iconfont icon-gengduo q-mr-lg"
></i></em>
</span>
<button
class=
"hollowFixedBtn"
@
click=
"resetPageIndex(),getPageList()"
>
{{$t('pub.searchBtn')}}
</button>
<
el-button
class=
"normalBtn"
@
click=
"method5()"
>
导出
</el-
button>
<
button
class=
"normalBtn"
@
click=
"method5()"
>
导出
</
button>
</li>
</ul>
</div>
...
...
@@ -786,9 +786,9 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"3"
class=
"q-pt-sm
"
>
<
q-btn
v-if=
"index==0"
class=
"q-ml-lg"
color=
"primary"
icon=
"add"
size=
"9px"
label=
""
@
click=
"addType(i,index,1)"
/
>
<
q-btn
v-else
class=
"q-ml-lg"
icon=
"delete"
size=
"9px"
label=
""
@
click=
"addType(i,index,0)"
/
>
<el-col
:span=
"3"
style=
"padding: 8px 0 0 10px;
"
>
<
el-button
v-if=
"index==0"
type=
"danger"
circle
size=
"mini"
icon=
"el-icon-circle-plus-outline"
@
click=
"addType(i,index,1)"
></el-button
>
<
el-button
v-else
type=
"danger"
circle
plain
size=
"mini"
icon=
"el-icon-delete"
@
click=
"addType(i,index,0)"
></el-button
>
</el-col>
</el-row>
</div>
...
...
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