Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
V
vue-quasar-admin-dev
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
吴超
vue-quasar-admin-dev
Commits
416d6b89
Commit
416d6b89
authored
Dec 25, 2025
by
周海峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b06830b9
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
7 行增加
和
12 行删除
+7
-12
src/pages/platformapplications/EditApplication.vue
+7
-12
没有找到文件。
src/pages/platformapplications/EditApplication.vue
View file @
416d6b89
...
...
@@ -81,6 +81,9 @@
>
</q-uploader>
</div>
</q-field>
<q-field>
<q-select
v-model=
"localTemp.qyflag"
float-label=
"启用/停用"
radio
:options=
"selectOptions"
/>
</q-field>
</q-card-section>
</q-card>
...
...
@@ -91,9 +94,7 @@
<q-field
:count=
"255"
>
<q-input
v-model=
"localTemp.href"
float-label=
"电脑入口"
/>
</q-field>
<q-field>
<q-select
v-model=
"localTemp.qyflag"
float-label=
"启用/停用"
radio
:options=
"selectOptions"
/>
</q-field>
</q-card-section>
</q-card>
...
...
@@ -110,9 +111,7 @@
<q-field
:count=
"255"
>
<q-input
v-model=
"localTemp.wechatUrl"
float-label=
"企微入口"
/>
</q-field>
<q-field
:count=
"200"
>
<q-select
v-model=
"localTemp.appEnable"
float-label=
"应用启用/停用"
radio
:options=
"selectOptions"
/>
</q-field>
</q-card-section>
</q-card>
</div>
...
...
@@ -149,9 +148,7 @@ export default {
if
(
v
)
{
this
.
localTemp
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
temp
||
{}));
this
.
fetchApplicationsGroupOptions
();
if
(
this
.
localTemp
.
appEnable
===
undefined
||
this
.
localTemp
.
appEnable
===
null
)
{
this
.
localTemp
.
appEnable
=
'0'
;
}
if
(
this
.
localTemp
.
img
===
undefined
)
{
this
.
$set
(
this
.
localTemp
,
'img'
,
''
);
}
...
...
@@ -163,9 +160,7 @@ export default {
temp
(
n
)
{
if
(
this
.
visible
)
{
this
.
localTemp
=
JSON
.
parse
(
JSON
.
stringify
(
n
||
{}));
if
(
this
.
localTemp
.
appEnable
===
undefined
||
this
.
localTemp
.
appEnable
===
null
)
{
this
.
localTemp
.
appEnable
=
'0'
;
}
if
(
this
.
localTemp
.
img
===
undefined
)
{
this
.
$set
(
this
.
localTemp
,
'img'
,
''
);
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论