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-05 10:52:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f411da5c0ae801978fe27919ecadd7f1dd5e92e8
f411da5c
1 parent
a582b725
推送代码写法调整
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
components.d.ts
package.json
components.d.ts
View file @
f411da5
...
...
@@ -7,13 +7,11 @@ export {}
declare
module
'@vue/runtime-core'
{
export
interface
GlobalComponents
{
_index
:
typeof
import
(
'./src/components/TreeField/_index.vue'
)[
'default'
]
AppointmentField
:
typeof
import
(
'./src/components/AppointmentField/index.vue'
)[
'default'
]
AreaPickerField
:
typeof
import
(
'./src/components/AreaPickerField/index.vue'
)[
'default'
]
ButtonField
:
typeof
import
(
'./src/components/ButtonField/index.vue'
)[
'default'
]
CalendarField
:
typeof
import
(
'./src/components/CalendarField/index.vue'
)[
'default'
]
CheckboxField
:
typeof
import
(
'./src/components/CheckboxField/index.vue'
)[
'default'
]
Children
:
typeof
import
(
'./src/components/TreeField/children.vue'
)[
'default'
]
ContactField
:
typeof
import
(
'./src/components/ContactField/index.vue'
)[
'default'
]
CustomField
:
typeof
import
(
'./src/components/CustomField/index.vue'
)[
'default'
]
DatePickerField
:
typeof
import
(
'./src/components/DatePickerField/index.vue'
)[
'default'
]
...
...
@@ -46,9 +44,6 @@ declare module '@vue/runtime-core' {
TextareaField
:
typeof
import
(
'./src/components/TextareaField/index.vue'
)[
'default'
]
TextField
:
typeof
import
(
'./src/components/TextField/index.vue'
)[
'default'
]
TimePickerField
:
typeof
import
(
'./src/components/TimePickerField/index.vue'
)[
'default'
]
Tree
:
typeof
import
(
'./src/components/TreeField/tree.vue'
)[
'default'
]
TreeField
:
typeof
import
(
'./src/components/TreeField/index.vue'
)[
'default'
]
TreeSelect
:
typeof
import
(
'./src/components/TreeField/treeSelect.vue'
)[
'default'
]
VanArea
:
typeof
import
(
'vant/es'
)[
'Area'
]
VanButton
:
typeof
import
(
'vant/es'
)[
'Button'
]
VanCalendar
:
typeof
import
(
'vant/es'
)[
'Calendar'
]
...
...
@@ -75,13 +70,10 @@ declare module '@vue/runtime-core' {
VanRadioGroup
:
typeof
import
(
'vant/es'
)[
'RadioGroup'
]
VanRate
:
typeof
import
(
'vant/es'
)[
'Rate'
]
VanRow
:
typeof
import
(
'vant/es'
)[
'Row'
]
VanSearch
:
typeof
import
(
'vant/es'
)[
'Search'
]
VanSwipe
:
typeof
import
(
'vant/es'
)[
'Swipe'
]
VanSwipeItem
:
typeof
import
(
'vant/es'
)[
'SwipeItem'
]
VanTa
:
typeof
import
(
'vant/es'
)[
'Ta'
]
VanTab
:
typeof
import
(
'vant/es'
)[
'Tab'
]
VanTabs
:
typeof
import
(
'vant/es'
)[
'Tabs'
]
VanTag
:
typeof
import
(
'vant/es'
)[
'Tag'
]
VanTimePicker
:
typeof
import
(
'vant/es'
)[
'TimePicker'
]
VanUploader
:
typeof
import
(
'vant/es'
)[
'Uploader'
]
VideoField
:
typeof
import
(
'./src/components/VideoField/index.vue'
)[
'default'
]
...
...
package.json
View file @
f411da5
...
...
@@ -12,8 +12,8 @@
"cypress:open"
:
"cypress open"
,
"tar"
:
"tar -czvpf dist.tar.gz front"
,
"build_tar"
:
"npm run build && npm run tar"
,
"scp-dev"
:
"scp dist.tar.gz i
tomix@ipadbiz.cn
:/opt/space-dev/f/custom_form"
,
"dec-dev"
:
"ssh i
tomix@ipadbiz.cn
'cd /opt/space-dev/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
"scp-dev"
:
"scp dist.tar.gz i
padbiz-inner
:/opt/space-dev/f/custom_form"
,
"dec-dev"
:
"ssh i
padbiz-inner
'cd /opt/space-dev/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
"scp-oa"
:
"scp dist.tar.gz itomix@ipadbiz.cn:/opt/oa/f/custom_form"
,
"dec-oa"
:
"ssh itomix@ipadbiz.cn 'cd /opt/oa/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'"
,
"scp-mituo"
:
"scp dist.tar.gz itomix@ipadbiz.cn:/opt/mituo/f/custom_form"
,
...
...
Please
register
or
login
to post a comment