Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
645802c0
Commit
645802c0
authored
Oct 29, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v.0.1.12
parent
aa0c7979
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
index.html
public/index.html
+1
-1
client.vue
src/views/Root/User/client.vue
+0
-1
No files found.
public/index.html
View file @
645802c0
...
...
@@ -13,7 +13,7 @@
</noscript>
<div
id=
"app"
></div>
<script>
console
.
log
(
'v.0.1.1
1
'
);
console
.
log
(
'v.0.1.1
2
'
);
</script>
<!-- built files will be auto injected -->
</body>
...
...
src/views/Root/User/client.vue
View file @
645802c0
...
...
@@ -34,7 +34,6 @@
<a-form-model-item
class=
"mb-2"
label=
"手机号"
>
<span
class=
" text-sm text-black"
>
{{
note
.
phone
}}
</span>
</a-form-model-item>
{{
form
.
notes
}}
<a-form-model-item
label=
"备注内容"
:required=
"true"
prop=
"notes"
>
<a-input
type=
"textarea"
placeholder=
"请输入备注内容,100字以内"
v-model=
"form.notes"
style=
"height:100px"
/>
</a-form-model-item>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment