|
@@ -71,7 +71,7 @@
|
|
<!-- <el-table-column align="center" label="已确认" prop="readFlag" min-width="140" show-overflow-tooltip></el-table-column> -->
|
|
<!-- <el-table-column align="center" label="已确认" prop="readFlag" min-width="140" show-overflow-tooltip></el-table-column> -->
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<div class="pagination clearfix">
|
|
<div class="pagination clearfix">
|
|
<div class="fr">
|
|
<div class="fr">
|
|
<el-pagination
|
|
<el-pagination
|
|
@@ -143,7 +143,7 @@
|
|
<el-form-item label="上传附件" prop="fileUrl">
|
|
<el-form-item label="上传附件" prop="fileUrl">
|
|
<ImageUpload :fileList="fileList" :multiple="true" />
|
|
<ImageUpload :fileList="fileList" :multiple="true" />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
-
|
|
|
|
|
|
+
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|
|
@@ -155,12 +155,12 @@
|
|
<!-- 已阅记录 -->
|
|
<!-- 已阅记录 -->
|
|
<el-dialog title="已阅记录" :visible.sync="recordDialog" :show-close="false" width="70%" :close-on-click-modal="false">
|
|
<el-dialog title="已阅记录" :visible.sync="recordDialog" :show-close="false" width="70%" :close-on-click-modal="false">
|
|
<div class="table" style="margin: 10px 0 20px;">
|
|
<div class="table" style="margin: 10px 0 20px;">
|
|
- <el-table
|
|
|
|
- v-loading="detailTable_listLoading"
|
|
|
|
- :data="detailTable_dataList"
|
|
|
|
- element-loading-text="Loading"
|
|
|
|
- tooltip-effect="dark"
|
|
|
|
- style="width: 100%"
|
|
|
|
|
|
+ <el-table
|
|
|
|
+ v-loading="detailTable_listLoading"
|
|
|
|
+ :data="detailTable_dataList"
|
|
|
|
+ element-loading-text="Loading"
|
|
|
|
+ tooltip-effect="dark"
|
|
|
|
+ style="width: 100%"
|
|
max-height="270">
|
|
max-height="270">
|
|
<el-table-column align="center" label="序号" type="index" width="50"></el-table-column>
|
|
<el-table-column align="center" label="序号" type="index" width="50"></el-table-column>
|
|
<el-table-column align="center" prop="title" label="标题" min-width="140" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="center" prop="title" label="标题" min-width="140" show-overflow-tooltip></el-table-column>
|
|
@@ -296,7 +296,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
this.getList();
|
|
this.getList();
|
|
@@ -565,4 +565,4 @@ export default {
|
|
.el-divider--horizontal {
|
|
.el-divider--horizontal {
|
|
margin: 16px 0;
|
|
margin: 16px 0;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|