Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangweidong
patzn-cloud-web-back-soil
Commits
cdfef70b
Commit
cdfef70b
authored
Jul 08, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了附件预览和合同管理编辑按钮
parent
7828b009
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
FilesList.vue
components/file/file-manage/FilesList.vue
+3
-2
MeterSubpackageInput.vue
...ter-subcontract/subpackage-input/MeterSubpackageInput.vue
+5
-5
MeterSubpackageTask.vue
...meter-subcontract/subpackage-task/MeterSubpackageTask.vue
+5
-5
No files found.
components/file/file-manage/FilesList.vue
View file @
cdfef70b
...
...
@@ -148,8 +148,8 @@ export default {
imgViewIndex
:
null
,
iconMsg
:
[
{
type
:
'md-remove-circle'
,
id
:
''
,
name
:
'删除'
},
{
type
:
'ios-download'
,
id
:
''
,
name
:
'下载'
}
,
{
type
:
'ios-eye'
,
id
:
''
,
name
:
'预览'
}
{
type
:
'ios-download'
,
id
:
''
,
name
:
'下载'
}
//
{ type: 'ios-eye', id: '', name: '预览' }
],
iconMsgDis
:
[
{
type
:
'trash-a'
,
id
:
''
,
name
:
'删除'
},
...
...
@@ -291,6 +291,7 @@ export default {
},
// 预览图片(该合同下所有的)
_viewImg
:
async
function
(
data
)
{
console
.
log
(
data
)
if
(
this
.
urlData
.
viewUri
===
'/meter/v1/entrust_attachment/preview/'
)
{
const
id
=
data
.
entrustId
const
result
=
await
meterEntrust
.
entrustPreview
(
id
)
...
...
pages/meter-subcontract/subpackage-input/MeterSubpackageInput.vue
View file @
cdfef70b
...
...
@@ -75,11 +75,11 @@ export default {
// }
],
iconMsg
:
[
{
type
:
'md-paper'
,
id
:
''
,
name
:
'编辑'
},
//
{
//
type: 'md-paper',
//
id: '',
//
name: '编辑'
//
},
{
type
:
'ios-beaker'
,
id
:
''
,
...
...
pages/meter-subcontract/subpackage-task/MeterSubpackageTask.vue
View file @
cdfef70b
...
...
@@ -78,11 +78,11 @@ export default {
// }
],
iconMsg
:
[
{
type
:
'md-paper'
,
id
:
''
,
name
:
'编辑'
},
//
{
//
type: 'md-paper',
//
id: '',
//
name: '编辑'
//
},
{
type
:
'ios-beaker'
,
id
:
''
,
...
...
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