Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-06-17 16:47:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
90354fcc57d8505f5d4ea9723cec49bb29c4ef41
90354fcc
1 parent
c817cafe
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/SignField/MyComponent.vue
src/components/SignField/MyComponent.vue
View file @
90354fc
<!--
* @Date: 2023-03-29 17:44:24
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-06-17 16:
05:58
* @LastEditTime: 2024-06-17 16:
46:50
* @FilePath: /data-table/src/components/SignField/MyComponent.vue
* @Description: 文件描述
-->
...
...
@@ -78,7 +78,7 @@ onMounted(() => {
readonly.value = props.component_props.readonly
}
// 非只读,有默认值
if (props.component_props.default.url) {
if (props.component_props.default
?
.url) {
default_value.value = props.component_props.default?.url; // 默认值显示
image_url.value = props.component_props.default?.url; // 动态处理sign_value值的变化
show_control.value = false; // 不显示控制按钮
...
...
Please
register
or
login
to post a comment