Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
Project
Project
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
何远江
topsun-baoshen-excel
Commits
c3b2b7cb
Commit
c3b2b7cb
authored
Dec 18, 2023
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oneself 初始值修改
parent
b051edb6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ExcelOperate.vue
...ws/comment-excel/components/ExcelOperate/ExcelOperate.vue
+3
-3
No files found.
src/views/comment-excel/components/ExcelOperate/ExcelOperate.vue
View file @
c3b2b7cb
...
...
@@ -52,7 +52,7 @@
区域类型:{{ getAreaTypeText(currentAreaMark.excelAreaType) }}
</p>
<p
class=
"text-slate-600"
>
区域别称:{{ currentAreaMark.excelAreaNicname || '--' }}
</p>
<el-checkbox
true-label=
"
1"
false-label=
"0
"
v-model=
"currentAreaMark.oneself"
<el-checkbox
true-label=
"
Y"
false-label=
"N
"
v-model=
"currentAreaMark.oneself"
>
是否包含自身
</el-checkbox
>
<vxe-table
...
...
@@ -361,7 +361,7 @@ const cellClick = ({ row }) => {
}
const
currentAreaMark
=
reactive
<
Recordable
>
({
oneself
:
'
0
'
,
oneself
:
'
N
'
,
excelAreaTitle
:
[]
})
...
...
@@ -475,7 +475,7 @@ const resetCurrentAreaState = (isedit: boolean = false) => {
excelAreaType
:
''
,
excelAreaNicname
:
''
,
excelAreaTitle
:
[],
oneself
:
'
0
'
oneself
:
'
N
'
}
isedit
&&
(
tmp
.
excelAreaId
=
''
)
Object
.
assign
(
currentAreaMark
,
tmp
)
...
...
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