Commit 71caa718 by 史敦盼

fileId类型

1 parent 7a5f114e
...@@ -349,7 +349,7 @@ export default { ...@@ -349,7 +349,7 @@ export default {
} }
.config-pagenation { .config-pagenation {
margin-top: 20px; margin-top: 20px;
margin-bottom: 30px; margin-bottom: 20px;
} }
} }
</style> </style>
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
default: '', default: '',
}, },
fileId: { fileId: {
type: String, type: [String, Number],
default: '', default: '',
}, },
//阅读状态 view/edit //阅读状态 view/edit
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Autor: pan * @Autor: pan
* @Date: 2024-03-11 14:53:40 * @Date: 2024-03-11 14:53:40
* @LastEditors: pan * @LastEditors: pan
* @LastEditTime: 2024-06-24 09:40:41 * @LastEditTime: 2024-06-24 11:21:51
--> -->
<!-- 示例 <!-- 示例
columns: [{ label: '头像', prop: 'avatar', align: 'center', __slotName: 'avatar',callback: (row, title) => { columns: [{ label: '头像', prop: 'avatar', align: 'center', __slotName: 'avatar',callback: (row, title) => {
...@@ -377,7 +377,7 @@ export default { ...@@ -377,7 +377,7 @@ export default {
} }
.config-pagenation { .config-pagenation {
margin-top: 20px; margin-top: 20px;
margin-bottom: 30px; margin-bottom: 20px;
} }
/deep/ .remindRed { /deep/ .remindRed {
color: red !important; color: red !important;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!