Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart-office-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart-office-platform
Commits
63733c97
Commit
63733c97
authored
Dec 05, 2023
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改校验
parent
a3c64e4c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
smart-office-manager-ui/admin/package.json
smart-office-manager-ui/admin/package.json
+4
-3
smart-office-manager-ui/admin/src/views/metting/record/drawershow.vue
...-manager-ui/admin/src/views/metting/record/drawershow.vue
+4
-4
smart-office-manager-ui/admin/vue.config.js
smart-office-manager-ui/admin/vue.config.js
+1
-1
No files found.
smart-office-manager-ui/admin/package.json
View file @
63733c97
...
...
@@ -38,8 +38,7 @@
"vue-cropper"
:
"0.5.5"
,
"vue-router"
:
"3.4.9"
,
"vue-template-compiler"
:
"^2.6.14"
,
"vuex"
:
"3.6.0"
,
"nprogress"
:
"^0.2.0"
"vuex"
:
"3.6.0"
},
"devDependencies"
:
{
"@vue/cli-plugin-babel"
:
"4.4.6"
,
...
...
@@ -64,5 +63,7 @@
"> 1%"
,
"last 2 versions"
,
"not ie <= 8"
]
],
"main"
:
"index.js"
,
"license"
:
"MIT"
}
smart-office-manager-ui/admin/src/views/metting/record/drawershow.vue
View file @
63733c97
...
...
@@ -7,11 +7,11 @@
size=
"40%"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-row>
<Field
:span=
"20"
label=
"会议名称"
prop=
"meetName"
v-model=
"form.meetName"
placeholder=
"请输入会议名称"
/>
<Field
:span=
"20"
label=
"会议名称"
prop=
"meetName"
v-model=
"form.meetName"
placeholder=
"请输入会议名称"
/>
<Field
:span=
"20"
label=
"选择房间"
prop=
"roomId"
v-model=
"form.roomId"
type=
"select"
:enumData=
"dict.roomId"
placeholder=
"请选择开会房间"
/>
<Field
:span=
"20"
label=
"会议日期"
prop=
"meetDate"
v-model=
"form.meetDate"
type=
"date"
/>
<!--
<Field
:span=
"20"
label=
"开会开始时间"
prop=
"meetTimeStart"
v-model=
"form.meetTimeStart"
type=
"datetime"
/
>
-->
<Field
:span=
"20"
label=
"开会开始时间
"
>
<!--
<Field
:span=
"20"
label=
"开会开始时间"
prop=
"meetTimeStart"
v-model=
"form.meetTimeStart"
type=
"datetime"
/>
--
>
<Field
:span=
"20"
label=
"开会开始时间"
prop=
"meetTimeStart"
v-model=
"form.meetTimeStart
"
>
<el-time-select
placeholder=
"起始时间"
v-model=
"form.meetTimeStart"
...
...
@@ -26,7 +26,7 @@
</Field>
<Field
:span=
"20"
label=
"开会结束时间"
>
<Field
:span=
"20"
label=
"开会结束时间"
prop=
"meetTimeEnd"
v-model=
"form.meetTimeEnd"
>
<el-time-select
placeholder=
"结束时间"
v-model=
"form.meetTimeEnd"
...
...
smart-office-manager-ui/admin/vue.config.js
View file @
63733c97
...
...
@@ -17,7 +17,7 @@ module.exports = {
hot
:
true
,
//自动保存
proxy
:
{
"
/office
"
:
{
target
:
"
http://
test.office.com:11078
"
,
target
:
"
http://
192.168.0.98:11085
"
,
// target: 'http://8.136.255.30:11078',
changeOrigin
:
true
,
secure
:
false
,
...
...
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