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
7d591373
Commit
7d591373
authored
Sep 10, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
781d05de
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
domesticCommission.vue
src/components/FinancialModule/domesticCommission.vue
+1
-1
domesticCommissionRule.vue
src/components/FinancialModule/domesticCommissionRule.vue
+5
-2
groupApproval.vue
src/components/FinancialModule/groupApproval.vue
+1
-1
No files found.
src/components/FinancialModule/domesticCommission.vue
View file @
7d591373
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
</td>
</td>
</tr>
</tr>
<tr
v-if=
"dataList.length==0"
>
<tr
v-if=
"dataList.length==0"
>
<td
style=
"text-align:center"
colspan=
"
6
"
>
暂无数据
</td>
<td
style=
"text-align:center"
colspan=
"
7
"
>
暂无数据
</td>
</tr>
</tr>
</table>
</table>
<!-- 分页 -->
<!-- 分页 -->
...
...
src/components/FinancialModule/domesticCommissionRule.vue
View file @
7d591373
<
template
>
<
template
>
<div
class=
"
rule-box
"
>
<div
class=
"
domesticCommissionRule
"
>
<div
class=
"query-box"
>
<div
class=
"query-box"
>
<ul>
<ul>
<li>
<li>
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
</span>
</span>
</li>
</li>
<li>
<li>
<span>
<span
style=
"display: flex;align-items: center;"
>
<em>
线路
</em>
<em>
线路
</em>
<el-select
v-model=
"msg.LineId"
size=
"mini"
@
change=
"handleCurrentChange(1)"
>
<el-select
v-model=
"msg.LineId"
size=
"mini"
@
change=
"handleCurrentChange(1)"
>
<el-option
label=
"请选择"
:value=
"0"
></el-option>
<el-option
label=
"请选择"
:value=
"0"
></el-option>
...
@@ -398,4 +398,7 @@
...
@@ -398,4 +398,7 @@
/* .rule-box .el-select__tags{
/* .rule-box .el-select__tags{
top: 100%;
top: 100%;
} */
} */
.domesticCommissionRule
.query-box
input
{
height
:
34px
!important
;
}
</
style
>
</
style
>
\ No newline at end of file
src/components/FinancialModule/groupApproval.vue
View file @
7d591373
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
</tbody>
</tbody>
<tr
v-if=
"dataList.length==0"
>
<tr
v-if=
"dataList.length==0"
>
<td
:colspan=
"active==1?14:15"
align=
"
center"
>
暂无数据
</td>
<td
:colspan=
"active==1?14:15"
style=
"text-align:
center"
>
暂无数据
</td>
</tr>
</tr>
...
...
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