diff --git a/src/api/work/confinement.ts b/src/api/work/confinement.ts index 096cba1..437d2d0 100644 --- a/src/api/work/confinement.ts +++ b/src/api/work/confinement.ts @@ -6,6 +6,16 @@ export const getConfinementList = (query)=>{ query }) } + +//无权限判断的分页查询 +export const getConfinementListAll =(query)=>{ + return request.get({ + url:'/confinement/listALl', + query + }) +} + + //新增 export const InsertConfinement = (body) =>{ return request.post({ diff --git a/src/components/datav/tabs.vue b/src/components/datav/tabs.vue index b172030..e4ec978 100644 --- a/src/components/datav/tabs.vue +++ b/src/components/datav/tabs.vue @@ -114,6 +114,9 @@ function handleChangeActiveTab(item) { } } } +.tabs-content{ + min-width: 300px; +} .tab-title { margin-bottom: 4px; cursor: pointer; @@ -139,4 +142,4 @@ function handleChangeActiveTab(item) { } } } - \ No newline at end of file + diff --git a/src/components/negative/action-history.vue b/src/components/negative/action-history.vue index 4812a47..df68cd9 100644 --- a/src/components/negative/action-history.vue +++ b/src/components/negative/action-history.vue @@ -102,4 +102,4 @@ function getConsumingTime(crtTime, index) { } } } - \ No newline at end of file + diff --git a/src/components/negative/dialog.vue b/src/components/negative/dialog.vue index 159d714..69b64a7 100644 --- a/src/components/negative/dialog.vue +++ b/src/components/negative/dialog.vue @@ -136,8 +136,11 @@ + + +
+ -1 && !verifyEditFlag " > +
+ +