Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-05-30 14:10:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
627ee52725d77351529ba56b3aef3edf052afd4c
627ee527
1 parent
d997e4e1
样式修改
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/assets/styles/FedEx.scss
src/views/systemLog/dmLog/index.vue
src/assets/styles/FedEx.scss
View file @
627ee52
...
...
@@ -114,7 +114,7 @@
padding-bottom
:
5px
;
.formItem
{
width
:
10
0%
;
width
:
9
0%
;
// max-width: 300px;
}
}
...
...
src/views/systemLog/dmLog/index.vue
View file @
627ee52
...
...
@@ -99,9 +99,9 @@
<!-- </div> -->
</div>
</el-form>
<Tables ref="dmLogTables" ductName="logDmData" :data="data" :headerData="tableHeader" :
infoShow="false
"
:
height="tableHeight" :page="selectForm.page" :pageSizes="[100]" :totalCount="total" :loading="loading
"
@
currentChange="currentChange" @
sortChange="sortChange">
<Tables ref="dmLogTables" ductName="logDmData" :data="data" :headerData="tableHeader" :
height="tableHeight
"
:
page="selectForm.page" :pageSizes="[100]" :totalCount="total" :loading="loading" @currentChange="currentChange
"
@sortChange="sortChange">
<template v-slot:status="scope">
<el-tag :type="
scope.row.status == 1
...
...
Please
register
or
login
to post a comment