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-08-12 18:07:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b62690a65c3268eedd417030903144220edfce30
b62690a6
1 parent
727c83d9
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/NameField/index.vue
src/components/NameField/index.vue
View file @
b62690a
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-12 1
7:39:43
* @LastEditTime: 2024-08-12 1
8:03:44
* @FilePath: /data-table/src/components/NameField/index.vue
* @Description: 姓名输入框
-->
...
...
@@ -12,7 +12,7 @@
<span v-if="item.component_props.required" style="color: red"> *</span>
<span :class="[ReadonlyShow ? 'readonly-show' : '']">{{ item.component_props.label }}</span>
</div>
<div v-if="item.component_props.readonly" style="padding: 0.5rem 1rem; font-size: 0.9rem;">
<div v-if="item.component_props.readonly" style="padding: 0.5rem 1
.3
rem; font-size: 0.9rem;">
{{ item.value }}
</div>
<van-field
...
...
Please
register
or
login
to post a comment