Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
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
1
Merge Requests
1
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
wbx-PCAndMobi
mobi
Commits
1940cb77
Commit
1940cb77
authored
May 13, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标签
parent
8c5eca40
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1086 additions
and
343 deletions
+1086
-343
api.js
src/server/api.js
+4
-0
tableAndMutWithoutMulSel.vue
src/views/components/tableAndMutWithoutMulSel.vue
+304
-0
basicInfo.vue
src/views/houseData/basicInfo.vue
+1
-1
basicInfoByLabel.vue
src/views/houseData/basicInfoByLabel.vue
+390
-233
labelRightSide.vue
src/views/label/labelRightSide.vue
+387
-109
No files found.
src/server/api.js
View file @
1940cb77
...
@@ -212,4 +212,8 @@ export default {
...
@@ -212,4 +212,8 @@ export default {
DELETE_AVAILABLE_KEY
:
'/service-customkey-ddd/entityKeyDic/{id}'
,
// 删除字段
DELETE_AVAILABLE_KEY
:
'/service-customkey-ddd/entityKeyDic/{id}'
,
// 删除字段
GET_SINGLE_KEY_INFO
:
'/service-customkey-ddd/entityKeyDic/{id}'
,
//可查询字段详情
GET_SINGLE_KEY_INFO
:
'/service-customkey-ddd/entityKeyDic/{id}'
,
//可查询字段详情
GET_LABEL_BIND_FILTER_RESULT
:
'/service-customkey-ddd/labelResource'
,
// 点击保存后查询是否有结果,有结果则调用绑定接口
GET_LABEL_BIND_FILTER_RESULT
:
'/service-customkey-ddd/labelResource'
,
// 点击保存后查询是否有结果,有结果则调用绑定接口
POST_LABEL_RESULT_PREVIEW
:
'/service-customkey-ddd/findLabelObject'
,
// 标签预览
POST_LABEL_CREATE_CONFIRM
:
'/service-customkey-ddd/label/confirm'
,
GET_ID_INFO_BY_LABEL
:
'/service-customkey-ddd/label/resource/datas'
,
GET_WY_AND_YWH_LIST
:
'/service-customkey-ddd/datas'
}
}
src/views/components/tableAndMutWithoutMulSel.vue
0 → 100644
View file @
1940cb77
This diff is collapsed.
Click to expand it.
src/views/houseData/basicInfo.vue
View file @
1940cb77
...
@@ -395,7 +395,7 @@ export default {
...
@@ -395,7 +395,7 @@ export default {
},
},
mounted
(){
mounted
(){
console
.
log
(
this
.
$api
.
BASE_URL
.
indexOf
(
'211.136.105'
)
!=-
1
)
console
.
log
(
this
.
$api
.
BASE_URL
.
indexOf
(
'211.136.105'
)
!=-
1
)
console
.
log
(
this
.
$parent
);
if
(
this
.
$route
.
name
==
'basicInfo'
){
if
(
this
.
$route
.
name
==
'basicInfo'
){
this
.
$nextTick
(
function
()
{
this
.
$nextTick
(
function
()
{
// setTimeout(() => {
// setTimeout(() => {
...
...
src/views/houseData/basicInfoByLabel.vue
View file @
1940cb77
This diff is collapsed.
Click to expand it.
src/views/label/labelRightSide.vue
View file @
1940cb77
This diff is collapsed.
Click to expand it.
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