修改UAT提出的问题
This commit is contained in:
@@ -6,6 +6,27 @@
|
|||||||
{{$t('ParameteItemCollectionList')}}({{$t(this.$route.query.projectName)}}) — {{$t(this.$route.query.title)}}
|
{{$t('ParameteItemCollectionList')}}({{$t(this.$route.query.projectName)}}) — {{$t(this.$route.query.title)}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="Virtual-detail-title-right">
|
||||||
|
<a-popconfirm overlayClassName="popconfirmDetailsText"
|
||||||
|
:visible="visible"
|
||||||
|
@visibleChange="handleVisibleChange"
|
||||||
|
placement="bottomRight">
|
||||||
|
<template slot="title" id="popconfirmDetails">
|
||||||
|
<div @click="roleSwitchingClick(item.value)"
|
||||||
|
v-for="(item,index) in RoleType"
|
||||||
|
class="operator-text-title"
|
||||||
|
:class="{'operator-text-title-color':item.label == rolename ? true : false}"
|
||||||
|
:title="item.label">
|
||||||
|
{{ item.label }}
|
||||||
|
</div>
|
||||||
|
<JLoading :loading="JTextLoading"></JLoading>
|
||||||
|
</template>
|
||||||
|
<div class="operator-text" style="position: relative;margin-right: 0">
|
||||||
|
<a-icon type="select"/>
|
||||||
|
{{rolename}}
|
||||||
|
</div>
|
||||||
|
</a-popconfirm>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-top: 54px;background: #fff;height: 100%">
|
<div style="padding-top: 54px;background: #fff;height: 100%">
|
||||||
<div class="detail-content" style="height: 100%">
|
<div class="detail-content" style="height: 100%">
|
||||||
@@ -283,13 +304,15 @@
|
|||||||
>{{ $t('selectAll') }}
|
>{{ $t('selectAll') }}
|
||||||
</a-checkbox>
|
</a-checkbox>
|
||||||
<a-checkbox-group @change="onChange" v-model="checkedList" class="customize-text">
|
<a-checkbox-group @change="onChange" v-model="checkedList" class="customize-text">
|
||||||
<a-checkbox class="customize-text-title" :disabled="item.disabled" v-for="(item, key) in customizeList"
|
<a-checkbox class="customize-text-title" :disabled="item.disabled"
|
||||||
|
v-for="(item, key) in customizeList"
|
||||||
:key="key" :value="item.field">{{ item.db_field_txt }}
|
:key="key" :value="item.field">{{ item.db_field_txt }}
|
||||||
</a-checkbox>
|
</a-checkbox>
|
||||||
</a-checkbox-group>
|
</a-checkbox-group>
|
||||||
<div class="drawer-bootom-button">
|
<div class="drawer-bootom-button">
|
||||||
<a-button @click="cancel" style="margin-right: 16px">{{ $t('cancel') }}</a-button>
|
<a-button @click="cancel" style="margin-right: 16px">{{ $t('cancel') }}</a-button>
|
||||||
<a-button @click="handleSubmitcustomize" type="primary" :loading="confirmLoading">{{ $t('determine') }}
|
<a-button @click="handleSubmitcustomize" type="primary" :loading="confirmLoading">{{ $t('determine')
|
||||||
|
}}
|
||||||
</a-button>
|
</a-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -306,25 +329,7 @@
|
|||||||
<!-- <a-icon type="select"/>-->
|
<!-- <a-icon type="select"/>-->
|
||||||
<!-- {{ $t('roleSwitching') }} ({{ $t(this.rolename)}})-->
|
<!-- {{ $t('roleSwitching') }} ({{ $t(this.rolename)}})-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<a-popconfirm overlayClassName="popconfirmDetails"
|
|
||||||
:visible="visible"
|
|
||||||
@visibleChange="handleVisibleChange"
|
|
||||||
placement="bottomRight">
|
|
||||||
<template slot="title" id="popconfirmDetails">
|
|
||||||
<div @click="roleSwitchingClick(item.value)"
|
|
||||||
v-for="(item,index) in RoleType"
|
|
||||||
class="operator-text-title"
|
|
||||||
:class="{'operator-text-title-color':item.label == rolename ? true : false}"
|
|
||||||
:title="item.label">
|
|
||||||
{{ item.label }}
|
|
||||||
</div>
|
|
||||||
<JLoading :loading="JTextLoading"></JLoading>
|
|
||||||
</template>
|
|
||||||
<div class="operator-text" style="position: relative">
|
|
||||||
<a-icon type="select"/>
|
|
||||||
{{rolename}}
|
|
||||||
</div>
|
|
||||||
</a-popconfirm>
|
|
||||||
</div>
|
</div>
|
||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
<!-- 表格-10控件-->
|
<!-- 表格-10控件-->
|
||||||
@@ -2308,7 +2313,7 @@
|
|||||||
let param = {
|
let param = {
|
||||||
ids: _array.join(','),
|
ids: _array.join(','),
|
||||||
paramsManifestId: this.$route.query.id,
|
paramsManifestId: this.$route.query.id,
|
||||||
projectId:this.$route.query.projectId,
|
projectId: this.$route.query.projectId
|
||||||
|
|
||||||
}
|
}
|
||||||
let url = ''
|
let url = ''
|
||||||
@@ -2512,9 +2517,11 @@
|
|||||||
.popconfirmIndex .anticon-exclamation-circle {
|
.popconfirmIndex .anticon-exclamation-circle {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .ant-table-fixed-header .ant-table-body-inner {
|
::v-deep .ant-table-fixed-header .ant-table-body-inner {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
popconfirmmize {
|
popconfirmmize {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
@@ -2530,6 +2537,7 @@
|
|||||||
.popconfirmmize .ant-popover-message {
|
.popconfirmmize .ant-popover-message {
|
||||||
padding: 4px 0 36px !important;
|
padding: 4px 0 36px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .ant-popover-buttons {
|
::v-deep .ant-popover-buttons {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
@@ -2639,6 +2647,7 @@
|
|||||||
.Required {
|
.Required {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customize-text {
|
.customize-text {
|
||||||
/*height: 1533px;*/
|
/*height: 1533px;*/
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -2653,6 +2662,7 @@
|
|||||||
color: #040B29;
|
color: #040B29;
|
||||||
margin-bottom: 22px;
|
margin-bottom: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer-bootom-button {
|
.drawer-bootom-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@@ -2665,6 +2675,7 @@
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 0 0 2px 2px;
|
border-radius: 0 0 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-placeholder {
|
.ant-table-placeholder {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
@@ -2673,9 +2684,11 @@
|
|||||||
.itemModelComment .ant-form-item-control-wrapper {
|
.itemModelComment .ant-form-item-control-wrapper {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.second {
|
.second {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.doc-detail {
|
.doc-detail {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -2751,6 +2764,10 @@
|
|||||||
line-height: 68px;
|
line-height: 68px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Virtual-detail-title-right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
.doc-detail-right {
|
.doc-detail-right {
|
||||||
width: 800px;
|
width: 800px;
|
||||||
line-height: 68px;
|
line-height: 68px;
|
||||||
@@ -2782,9 +2799,11 @@
|
|||||||
.text-wraning {
|
.text-wraning {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.operator-text-title-color {
|
.operator-text-title-color {
|
||||||
color: #00B3BE;
|
color: #00B3BE;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style lang='less'>
|
<style lang='less'>
|
||||||
.popconfirmIndex .ant-popover-message-title {
|
.popconfirmIndex .ant-popover-message-title {
|
||||||
@@ -2792,16 +2811,16 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.popconfirmDetails {
|
.popconfirmDetailsText {
|
||||||
z-index: 999;
|
z-index: 1000;
|
||||||
/*top: 42px !important;*/
|
top: 42px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popconfirmDetails .ant-popover-buttons {
|
.popconfirmDetailsText .ant-popover-buttons {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popconfirmDetails .anticon-exclamation-circle {
|
.popconfirmDetailsText .anticon-exclamation-circle {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user