修改参数上报库清单
This commit is contained in:
@@ -93,7 +93,8 @@
|
|||||||
<!-- :triggerChange="false" :dictCode="'duty_territory'"/>-->
|
<!-- :triggerChange="false" :dictCode="'duty_territory'"/>-->
|
||||||
<!-- <a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('Required')"-->
|
<!-- <a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('Required')"-->
|
||||||
<!-- v-model="formInline.isMust"></a-input>-->
|
<!-- v-model="formInline.isMust"></a-input>-->
|
||||||
<a-select class="box-input" v-model="formInline.isMust" :placeholder="$t('PleaseSelect')+$t('Required')">
|
<a-select class="box-input" v-model="formInline.isMust"
|
||||||
|
:placeholder="$t('PleaseSelect')+$t('Required')">
|
||||||
<a-select-option :value="'1'">
|
<a-select-option :value="'1'">
|
||||||
{{$t('yes')}}
|
{{$t('yes')}}
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
@@ -146,7 +147,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 列表设置-->
|
<!-- 列表设置-->
|
||||||
<!-- v-if="!this.$route.query.it"-->
|
<!-- v-if="!this.$route.query.it"-->
|
||||||
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmClassName"
|
<a-popconfirm :visible="customizevisible" overlayClassName="managePopconfirmClassName"
|
||||||
placement="bottomRight">
|
placement="bottomRight">
|
||||||
<template slot="title" id="popconfirmmize">
|
<template slot="title" id="popconfirmmize">
|
||||||
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 211px">
|
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 211px">
|
||||||
@@ -370,7 +371,7 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
|||||||
title: this.$t('status'),
|
title: this.$t('status'),
|
||||||
align: 'left',
|
align: 'left',
|
||||||
dataIndex: 'stateText',
|
dataIndex: 'stateText',
|
||||||
width: 120,
|
width: 120
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('Exporttime'),
|
title: this.$t('Exporttime'),
|
||||||
@@ -468,7 +469,7 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
|||||||
checkAll: false,
|
checkAll: false,
|
||||||
selectedValue: [],
|
selectedValue: [],
|
||||||
checkedList: ['nio_number', 'params_name', 'operation'],
|
checkedList: ['nio_number', 'params_name', 'operation'],
|
||||||
customizeList:[],
|
customizeList: []
|
||||||
// customizeList: [
|
// customizeList: [
|
||||||
// {
|
// {
|
||||||
// sort: '1',
|
// sort: '1',
|
||||||
@@ -950,7 +951,7 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
|||||||
ids: this.selectedRowKeys.join(','),
|
ids: this.selectedRowKeys.join(','),
|
||||||
...this.formInline,
|
...this.formInline,
|
||||||
exportOption: this.dataExportformInline.exportOption,
|
exportOption: this.dataExportformInline.exportOption,
|
||||||
exportName: this.$route.query.projectName + '(' + this.$route.query.title + ')' +'-'+ this.$route.query.version,
|
exportName: this.$route.query.projectName + '(' + this.$route.query.title + ')' + '-' + this.$route.query.version
|
||||||
}
|
}
|
||||||
// let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.zip'
|
// let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.zip'
|
||||||
// downloadFile('/report/detail/exportGeneral', name, query, this.selectClear)
|
// downloadFile('/report/detail/exportGeneral', name, query, this.selectClear)
|
||||||
@@ -1137,6 +1138,7 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.customize-text {
|
.customize-text {
|
||||||
/*height: 1533px;*/
|
/*height: 1533px;*/
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1151,6 +1153,7 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
|||||||
color: #040B29;
|
color: #040B29;
|
||||||
margin-bottom: 22px;
|
margin-bottom: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer-bootom-button {
|
.drawer-bootom-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@@ -1163,6 +1166,7 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
|||||||
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;
|
||||||
@@ -1171,9 +1175,11 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
|||||||
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.operator-text-left {
|
.operator-text-left {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
@@ -1228,22 +1234,12 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header'
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
/deep/.popconfirmClassName {
|
|
||||||
z-index: 999;
|
|
||||||
width: 264px
|
|
||||||
}
|
|
||||||
|
|
||||||
.popconfirmClassName .ant-popover-buttons {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.popconfirmClassName .anticon-exclamation-circle {
|
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1258,6 +1254,7 @@ popconfirmmize {
|
|||||||
.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;
|
||||||
}
|
}
|
||||||
@@ -1269,7 +1266,20 @@ popconfirmmize {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang='less'>
|
<style lang='less'>
|
||||||
.popconfirmClassName .ant-popover-message-title {
|
.managePopconfirmClassName .ant-popover-message-title {
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.managePopconfirmClassName {
|
||||||
|
z-index: 999;
|
||||||
|
width: 264px
|
||||||
|
}
|
||||||
|
|
||||||
|
.managePopconfirmClassName .ant-popover-buttons {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.managePopconfirmClassName .anticon-exclamation-circle {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user