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
a5a51f8a
Commit
a5a51f8a
authored
Jan 09, 2024
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加提示
parent
07d688c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
smart-office-manager-ui/admin/src/views/basic/set/drawershow.vue
...ffice-manager-ui/admin/src/views/basic/set/drawershow.vue
+11
-2
No files found.
smart-office-manager-ui/admin/src/views/basic/set/drawershow.vue
View file @
a5a51f8a
...
@@ -109,7 +109,11 @@
...
@@ -109,7 +109,11 @@
>
>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row>
<div
class=
"tishi"
>
提示:设置状态应中文名在前,英文名在后,用“_”隔开。例如:在线_online
</div>
</el-row>
<el-table
<el-table
:data=
"basicStatusList"
:data=
"basicStatusList"
:row-class-name=
"rowBasicStatusIndex"
:row-class-name=
"rowBasicStatusIndex"
...
@@ -146,7 +150,6 @@
...
@@ -146,7 +150,6 @@
</el-form>
</el-form>
</el-drawer>
</el-drawer>
</template>
</template>
<
script
>
<
script
>
import
form
from
"
@/assets/mixins/formdialog
"
;
import
form
from
"
@/assets/mixins/formdialog
"
;
export
default
{
export
default
{
...
@@ -300,3 +303,9 @@ export default {
...
@@ -300,3 +303,9 @@ export default {
},
},
};
};
</
script
>
</
script
>
<
style
scoped
>
.tishi
{
padding
:
10px
;
}
</
style
>
\ No newline at end of file
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