|
|
@@ -465,7 +465,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="EffectDate" label="变更后有效日期" show-overflow-tooltip>
|
|
|
+ <el-table-column prop="EffectDate" label="变更后有效日期" show-overflow-tooltip >
|
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.EffectDate+'') }}
|
|
|
</template>
|
|
|
@@ -2188,7 +2188,10 @@
|
|
|
background-color: wheat;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+.el-pagination {
|
|
|
+ margin: 1rem 0 2rem;
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
.attach-uploader .el-upload {
|
|
|
border: 1px dashed #63B8FF;
|
|
|
cursor: pointer;
|