Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data-collect
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
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
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
183 additions
and
158 deletions
+183
-158
src/views/dataScreening/list/details.vue
src/views/dataScreening/list/details.vue
+181
-151
src/views/dataScreening/list/index.vue
src/views/dataScreening/list/index.vue
+1
-6
vite.config.js
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';
// 引入组件
const
Breadcrumb
=
defineAsyncComponent
(()
=>
import
(
'
/@/layout/navBars/breadcrumb/breadcrumb.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
ImporDialog
=
defineAsyncComponent
(()
=>
import
(
'
/@/views/norm/list/impor.vue
'
));
const
router
=
useRouter
();
...
...
@@ -157,7 +157,6 @@ const getList = () => {
{
label
:
'
发布时间
'
,
prop
:
'
created_at
'
,
width
:
180
},
{
label
:
'
领取进度
'
,
prop
:
'
receivedQuantity
'
,
width
:
180
},
{
label
:
'
完成进度
'
,
prop
:
'
collectsQuantity
'
,
width
:
180
},
{
label
:
'
操作
'
,
prop
:
'
cao
'
,
width
:
280
},
];
state
.
columns
=
arr
;
let
sign
=
0
;
...
...
@@ -175,7 +174,6 @@ const getList = () => {
'
created_at
'
:
item
.
created_at
,
'
receivedQuantity
'
:
item
.
receivedQuantity
,
'
collectsQuantity
'
:
item
.
collectsQuantity
,
'
cao
'
:
'
cao
'
,
}
item
.
custom
.
forEach
(
function
(
items
,
indexs
,
arrs
)
{
if
(
items
.
user_filled
==
0
){
...
...
@@ -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
);
});
console
.
log
(
customTitle
)
...
...
vite.config.js
View file @
abfeddf1
...
...
@@ -37,7 +37,7 @@ const viteConfig = defineConfig((mode) => {
hmr
:
true
,
proxy
:
{
'
/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: 'http://192.168.10.168/data-collect-api',
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