Commit 71caa718 by 史敦盼

fileId类型

1 parent 7a5f114e
......@@ -349,7 +349,7 @@ export default {
}
.config-pagenation {
margin-top: 20px;
margin-bottom: 30px;
margin-bottom: 20px;
}
}
</style>
......@@ -47,7 +47,7 @@ export default {
default: '',
},
fileId: {
type: String,
type: [String, Number],
default: '',
},
//阅读状态 view/edit
......
......@@ -4,7 +4,7 @@
* @Autor: pan
* @Date: 2024-03-11 14:53:40
* @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) => {
......@@ -377,7 +377,7 @@ export default {
}
.config-pagenation {
margin-top: 20px;
margin-bottom: 30px;
margin-bottom: 20px;
}
/deep/ .remindRed {
color: red !important;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!