Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
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
李苏
sgaqgl-vue
Commits
a29c0bed
Commit
a29c0bed
authored
Jan 11, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gavelinfo.com:lisu/sgaqgl-vue
parents
f9dbe96b
d4545d07
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
53 additions
and
6 deletions
+53
-6
lzszmx.js
src/api/daily/lzszmx.js
+47
-0
index.vue
src/views/basicData/operationDcManagement/index.vue
+1
-1
index.vue
src/views/basicData/securityDocumentManagement/index.vue
+1
-1
index.vue
src/views/contingency/contingencyManager/index.vue
+1
-1
index.vue
src/views/daily/nros/index.vue
+1
-1
index.vue
src/views/outsourcingDirector/approve/index.vue
+1
-1
index.vue
src/views/outsourcingDirector/declare/index.vue
+1
-1
No files found.
src/api/daily/lzszmx.js
0 → 100644
View file @
a29c0bed
import
request
from
'common/src/utils/request'
/* 查询 */
export
function
doQuery
(
query
)
{
return
request
({
url
:
'/aqgl/rcgl/lzszmx/query'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/* 更新 */
export
function
doUpdate
(
query
)
{
return
request
({
url
:
'/aqgl/rcgl/lzszmx/update'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doAdd
(
query
)
{
return
request
({
url
:
'/aqgl/rcgl/lzszmx/add'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doDelete
(
query
)
{
return
request
({
url
:
'/aqgl/rcgl/lzszmx/delete'
,
method
:
'post'
,
data
:
query
||
{}
})
}
/**
* 生成风险排查任务
* in:id
*/
export
function
doAutoGen
(
query
)
{
return
request
({
url
:
'/aqgl/rcgl/lzbz/genLzrw'
,
method
:
'post'
,
data
:
query
||
{}
})
}
src/views/basicData/operationDcManagement/index.vue
View file @
a29c0bed
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-view"
></i>
预览
<i
class=
"el-icon-view"
></i>
预览
</el-button>
</el-button>
<el-button
v-show=
"
scope.row.fileType!='pdf'
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
<el-button
v-show=
"
app.powerObj['91']
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-download"
></i>
下载
<i
class=
"el-icon-download"
></i>
下载
</el-button>
</el-button>
...
...
src/views/basicData/securityDocumentManagement/index.vue
View file @
a29c0bed
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-view"
></i>
预览
<i
class=
"el-icon-view"
></i>
预览
</el-button>
</el-button>
<el-button
v-show=
"
scope.row.fileType!='pdf'
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
<el-button
v-show=
"
app.powerObj['91']
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-download"
></i>
下载
<i
class=
"el-icon-download"
></i>
下载
</el-button>
</el-button>
...
...
src/views/contingency/contingencyManager/index.vue
View file @
a29c0bed
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-view"
></i>
预览
<i
class=
"el-icon-view"
></i>
预览
</el-button>
</el-button>
<el-button
v-show=
"
scope.row.fileType!='pdf'
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
<el-button
v-show=
"
app.powerObj['91']
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-download"
></i>
下载
<i
class=
"el-icon-download"
></i>
下载
</el-button>
</el-button>
...
...
src/views/daily/nros/index.vue
View file @
a29c0bed
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-view"
></i>
预览
<i
class=
"el-icon-view"
></i>
预览
</el-button>
</el-button>
<el-button
v-show=
"
scope.row.fileType!='pdf'
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
<el-button
v-show=
"
powerObj['91']
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-download"
></i>
下载
<i
class=
"el-icon-download"
></i>
下载
</el-button>
</el-button>
...
...
src/views/outsourcingDirector/approve/index.vue
View file @
a29c0bed
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-view"
></i>
预览
<i
class=
"el-icon-view"
></i>
预览
</el-button>
</el-button>
<el-button
v-show=
"
scope.row.fileType!='pdf'
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
<el-button
v-show=
"
app.powerObj['91']
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-download"
></i>
下载
<i
class=
"el-icon-download"
></i>
下载
</el-button>
</el-button>
...
...
src/views/outsourcingDirector/declare/index.vue
View file @
a29c0bed
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"preview(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-view"
></i>
预览
<i
class=
"el-icon-view"
></i>
预览
</el-button>
</el-button>
<el-button
v-show=
"
scope.row.fileType!='pdf'
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
<el-button
v-show=
"
app.powerObj['91']
"
style=
"text-align: center;color: #3399ff;width: 33.3%;"
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
@
click
.
native
.
prevent=
"downLoad(scope.row)"
type=
"text"
size=
"small"
>
<i
class=
"el-icon-download"
></i>
下载
<i
class=
"el-icon-download"
></i>
下载
</el-button>
</el-button>
...
...
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