Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
3cca4b50
Commit
3cca4b50
authored
Aug 12, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
25e417e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/apps/cloudDaily/index.vue
+0
-1
memberTagSet.vue
src/views/apps/customerApp/memberTagSet.vue
+6
-5
No files found.
src/views/apps/cloudDaily/index.vue
View file @
3cca4b50
...
...
@@ -178,7 +178,6 @@ export default {
*/
setSelectTab
(
item
)
{
let
that
=
this
;
console
.
log
(
item
);
that
.
activeTab
=
item
.
tabId
;
switch
(
item
.
tabId
)
{
case
'1'
:
...
...
src/views/apps/customerApp/memberTagSet.vue
View file @
3cca4b50
...
...
@@ -77,7 +77,9 @@
</el-table-column>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"{ row }"
>
<p
v-if=
"row.syncFlag == 2 && canSync"
><el-button
type=
"text"
@
click=
"changeSync(row)"
>
关闭同步
</el-button></p>
<p
v-if=
"row.syncFlag == 2 && canSync"
>
<el-button
type=
"text"
@
click=
"changeSync(row)"
>
关闭同步
</el-button>
</p>
<p
v-else
></p>
</
template
>
</el-table-column>
...
...
@@ -371,14 +373,13 @@ export default {
that
.
getTableList
();
},
3000
);
}
else
{
that
.
loading
=
false
;
errMsg
.
errorMsg
(
resData
);
}
})
.
catch
(
function
(
error
)
{
that
.
$message
.
error
({
duration
:
1000
,
message
:
error
.
message
});
that
.
loading
=
false
;
that
.
$message
.
error
(
error
.
message
);
});
},
clearSlected
()
{
...
...
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