Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-collect
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyi.chen
data-collect
Commits
abfeddf1
Commit
abfeddf1
authored
Apr 07, 2024
by
wenyi.chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V1确定版本
parent
d203b03e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
src/views/dataScreening/list/details.vue
+0
-0
src/views/dataScreening/list/index.vue
+1
-6
vite.config.js
+1
-1
No files found.
src/views/dataScreening/list/details.vue
View file @
abfeddf1
This diff is collapsed.
Click to expand it.
src/views/dataScreening/list/index.vue
View file @
abfeddf1
...
@@ -65,7 +65,7 @@ import { ElMessageBox, ElMessage } from 'element-plus';
...
@@ -65,7 +65,7 @@ import { ElMessageBox, ElMessage } from 'element-plus';
// 引入组件
// 引入组件
const
Breadcrumb
=
defineAsyncComponent
(()
=>
import
(
'/@/layout/navBars/breadcrumb/breadcrumb.vue'
));
const
Breadcrumb
=
defineAsyncComponent
(()
=>
import
(
'/@/layout/navBars/breadcrumb/breadcrumb.vue'
));
const
AddDialog
=
defineAsyncComponent
(()
=>
import
(
'/@/views/norm/list/dialog.vue'
));
const
AddDialog
=
defineAsyncComponent
(()
=>
import
(
'/@/views/norm/list/dialog.vue'
));
const
DetailDialog
=
defineAsyncComponent
(()
=>
import
(
'/@/views/
norm
/list/details.vue'
));
const
DetailDialog
=
defineAsyncComponent
(()
=>
import
(
'/@/views/
dataScreening
/list/details.vue'
));
const
EditDialog
=
defineAsyncComponent
(()
=>
import
(
'/@/views/norm/list/edit.vue'
));
const
EditDialog
=
defineAsyncComponent
(()
=>
import
(
'/@/views/norm/list/edit.vue'
));
const
ImporDialog
=
defineAsyncComponent
(()
=>
import
(
'/@/views/norm/list/impor.vue'
));
const
ImporDialog
=
defineAsyncComponent
(()
=>
import
(
'/@/views/norm/list/impor.vue'
));
const
router
=
useRouter
();
const
router
=
useRouter
();
...
@@ -157,7 +157,6 @@ const getList = () => {
...
@@ -157,7 +157,6 @@ const getList = () => {
{
label
:
'发布时间'
,
prop
:
'created_at'
,
width
:
180
},
{
label
:
'发布时间'
,
prop
:
'created_at'
,
width
:
180
},
{
label
:
'领取进度'
,
prop
:
'receivedQuantity'
,
width
:
180
},
{
label
:
'领取进度'
,
prop
:
'receivedQuantity'
,
width
:
180
},
{
label
:
'完成进度'
,
prop
:
'collectsQuantity'
,
width
:
180
},
{
label
:
'完成进度'
,
prop
:
'collectsQuantity'
,
width
:
180
},
{
label
:
'操作'
,
prop
:
'cao'
,
width
:
280
},
];
];
state
.
columns
=
arr
;
state
.
columns
=
arr
;
let
sign
=
0
;
let
sign
=
0
;
...
@@ -175,7 +174,6 @@ const getList = () => {
...
@@ -175,7 +174,6 @@ const getList = () => {
'created_at'
:
item
.
created_at
,
'created_at'
:
item
.
created_at
,
'receivedQuantity'
:
item
.
receivedQuantity
,
'receivedQuantity'
:
item
.
receivedQuantity
,
'collectsQuantity'
:
item
.
collectsQuantity
,
'collectsQuantity'
:
item
.
collectsQuantity
,
'cao'
:
'cao'
,
}
}
item
.
custom
.
forEach
(
function
(
items
,
indexs
,
arrs
)
{
item
.
custom
.
forEach
(
function
(
items
,
indexs
,
arrs
)
{
if
(
items
.
user_filled
==
0
){
if
(
items
.
user_filled
==
0
){
...
@@ -190,9 +188,6 @@ const getList = () => {
...
@@ -190,9 +188,6 @@ const getList = () => {
}
}
}
}
});
});
// state.columns.push({ label: '操作', width="200", prop: ''})
// list[customTitle[vlues]['index']] =items.extend_value;
// state.columns.push( { label: '操作' })
state
.
tableData
.
data
.
push
(
list
);
state
.
tableData
.
data
.
push
(
list
);
});
});
console
.
log
(
customTitle
)
console
.
log
(
customTitle
)
...
...
vite.config.js
View file @
abfeddf1
...
@@ -37,7 +37,7 @@ const viteConfig = defineConfig((mode) => {
...
@@ -37,7 +37,7 @@ const viteConfig = defineConfig((mode) => {
hmr
:
true
,
hmr
:
true
,
proxy
:
{
proxy
:
{
'/dev'
:
{
'/dev'
:
{
target
:
'http://gcspider.raisound.com:81/data-collect-api
-dev
'
,
target
:
'http://gcspider.raisound.com:81/data-collect-api'
,
// target: 'https://data-collect.raisound.com/smart-detection',
// target: 'https://data-collect.raisound.com/smart-detection',
// target: 'http://192.168.10.168/data-collect-api',
// target: 'http://192.168.10.168/data-collect-api',
ws
:
true
,
ws
:
true
,
...
...
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