Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
property-company
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
物业总平台
property-company
Commits
53444f04
提交
53444f04
authored
7月 17, 2023
作者:
宋雄
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
0717
上级
3a0566b7
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
9 行增加
和
7 行删除
+9
-7
.env.development
.env.development
+0
-1
MentionModal.vue
...views/charge/templateSettings/components/MentionModal.vue
+2
-0
MyEditorWithMention.vue
...harge/templateSettings/components/MyEditorWithMention.vue
+0
-0
NoticeForm.vue
src/views/charge/typeSettings/modules/NoticeForm.vue
+1
-1
Analysis.vue
src/views/dashboard/Analysis.vue
+2
-1
RoleUserList.vue
src/views/system/RoleUserList.vue
+2
-2
LoginAccount.vue
src/views/user/LoginAccount.vue
+2
-2
没有找到文件。
.env.development
浏览文件 @
53444f04
NODE_ENV=development
# VUE_APP_API_BASE_URL='http://192.168.0.100:9999'
VUE_APP_API_BASE_URL='http://220.203.25.212:9999'
# VUE_APP_API_BASE_URL='http://220.203.25.212:9999'
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
...
...
src/views/charge/templateSettings/components/MentionModal.vue
浏览文件 @
53444f04
...
...
@@ -85,6 +85,8 @@ export default {
// 定位 modal
this
.
top
=
`
${
rect
.
top
+
20
}
px`
this
.
left
=
`
${
rect
.
left
+
5
}
px`
console
.
log
(
this
.
top
)
console
.
log
(
this
.
left
)
// focus input
this
.
$refs
.
input
.
focus
()
...
...
src/views/charge/templateSettings/components/MyEditorWithMention.vue
浏览文件 @
53444f04
差异被折叠。
点击展开。
src/views/charge/typeSettings/modules/NoticeForm.vue
浏览文件 @
53444f04
...
...
@@ -5,7 +5,7 @@
<a-row>
<a-col
:span=
"24"
>
<a-form-model-item
label=
"收费类型名称"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
prop=
"typeName"
>
<a-input
v-model=
"model.typeName"
placeholder=
"请输入收费类型名称"
></a-input>
<a-input
v-model
.
trim
=
"model.typeName"
placeholder=
"请输入收费类型名称"
></a-input>
</a-form-model-item>
</a-col>
</a-row>
...
...
src/views/dashboard/Analysis.vue
浏览文件 @
53444f04
...
...
@@ -307,7 +307,8 @@ export default {
}
}
.notice-content{
img{
word-break: break-all;
/deep/ img{
width: 100%;
height: auto;
}
...
...
src/views/system/RoleUserList.vue
浏览文件 @
53444f04
...
...
@@ -7,8 +7,8 @@
<!-- 搜索区域 -->
<a-form
layout=
"inline"
@
keyup
.
enter
.
native=
"searchQuery"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"
12
"
:sm=
"8"
>
<a-form-item
label=
"角色名称"
:labelCol=
"
{span: 5}" :wrapperCol="{span: 18, offset: 1}"
>
<a-col
:md=
"
6
"
:sm=
"8"
>
<a-form-item
label=
"角色名称"
>
<a-input
placeholder=
""
v-model=
"queryParam.roleName"
></a-input>
</a-form-item>
</a-col>
...
...
src/views/user/LoginAccount.vue
浏览文件 @
53444f04
...
...
@@ -2,12 +2,12 @@
<div>
<a-form-model
ref=
"form"
:model=
"model"
:rules=
"validatorRules"
>
<a-form-model-item
required
prop=
"username"
>
<a-input
v-model=
"model.username"
size=
"large"
placeholder=
"请输入帐户
名 / admin
"
>
<a-input
v-model=
"model.username"
size=
"large"
placeholder=
"请输入帐户"
>
<a-icon
slot=
"prefix"
type=
"user"
:style=
"
{ color: 'rgba(0,0,0,.25)' }"/>
</a-input>
</a-form-model-item>
<a-form-model-item
required
prop=
"password"
>
<a-input
v-model=
"model.password"
size=
"large"
type=
"password"
autocomplete=
"false"
placeholder=
"请输入密码
/ 123456
"
>
<a-input
v-model=
"model.password"
size=
"large"
type=
"password"
autocomplete=
"false"
placeholder=
"请输入密码"
>
<a-icon
slot=
"prefix"
type=
"lock"
:style=
"
{ color: 'rgba(0,0,0,.25)' }"/>
</a-input>
</a-form-model-item>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论