Merge branch 'develop' into develop_idm
This commit is contained in:
@@ -1,347 +1,3 @@
|
||||
//button.el-button.form-upload-btn.el-button--default.el-button--small{
|
||||
// padding: 13px 15px;
|
||||
//}
|
||||
////设置查询按钮
|
||||
//.el-button--primary.searchAngNewBtn{
|
||||
// height: 32px;
|
||||
// padding: 0 15px;
|
||||
// color: #fff;
|
||||
// background-color: #3391CE;
|
||||
// font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
|
||||
// border-color: #3391CE;
|
||||
// &.is-disabled {
|
||||
// background-color: #b0d3ed !important;
|
||||
// border-color: #bcd1e0 !important;
|
||||
// }
|
||||
//}
|
||||
//.el-button--primary.searchAngNewBtn:hover{
|
||||
// padding: 0 15px;
|
||||
// background-color: #3391CE;
|
||||
// border-color: #3391CE;
|
||||
//}
|
||||
//.el-button--primary.searchAngNewBtn:focus{
|
||||
// padding: 0 15px;
|
||||
// background-color: #3391CE;
|
||||
// border-color: #3391CE;
|
||||
//}
|
||||
//.el-button--danger.searchAngNewBtn{
|
||||
// height: 32px;
|
||||
// padding: 0 15px;
|
||||
// color: #fff;
|
||||
//}
|
||||
//.el-button--danger.searchAngNewBtn:hover{
|
||||
// padding: 0 15px;
|
||||
//}
|
||||
//.el-button--danger.searchAngNewBtn:focus{
|
||||
// padding: 0 15px;
|
||||
//}
|
||||
//.el-button.searchAngNewBtn{
|
||||
// height: 32px;
|
||||
// padding: 0 15px;
|
||||
// //color: #fff;
|
||||
//}
|
||||
//.el-button.searchAngNewBtn:hover{
|
||||
// padding: 0 15px;
|
||||
//}
|
||||
//.el-button.searchAngNewBtn:focus{
|
||||
// padding: 0 15px;
|
||||
//}
|
||||
////设置新增,导出等按钮
|
||||
//.el-button.el-button--primary.el-button--mini {
|
||||
// padding: 5px 18px;
|
||||
// color: #fff;
|
||||
// background-color: #3391CE;
|
||||
// border-color: #3391CE;
|
||||
// &.is-disabled {
|
||||
// background-color: #b0d3ed !important;
|
||||
// border-color: #bcd1e0 !important;
|
||||
// }
|
||||
//}
|
||||
//.el-button.el-button--primary.el-button--mini:hover{
|
||||
// padding: 5px 18px;
|
||||
// background-color: #3391CE;
|
||||
// border-color: #3391CE;
|
||||
//}
|
||||
//.el-button.el-button--primary.el-button--mini:focus{
|
||||
// padding: 5px 18px;
|
||||
// background-color: #3391CE;
|
||||
// border-color: #3391CE;
|
||||
//}
|
||||
//.el-button.el-button--danger.el-button--mini {
|
||||
// padding: 5px 18px;
|
||||
// color: #fff;
|
||||
//}
|
||||
//.el-button.el-button--danger.el-button--mini:hover{
|
||||
// padding: 5px 18px;
|
||||
//}
|
||||
//.el-button.el-button--danger.el-button--mini:focus{
|
||||
// padding: 5px 18px;
|
||||
//}
|
||||
//// 设置表格操作按钮
|
||||
//.el-button.el-button--primary.el-button--mini.opera-btn {
|
||||
// padding: 5px 7px;
|
||||
// color: #fff;
|
||||
// background-color: #3391CE;
|
||||
// border-color: #3391CE;
|
||||
// &.is-disabled {
|
||||
// background-color: #b0d3ed !important;
|
||||
// border-color: #bcd1e0 !important;
|
||||
// }
|
||||
//}
|
||||
//.el-button.el-button--primary.el-button--mini.opera-btn:hover{
|
||||
// padding: 5px 7px;
|
||||
// background-color: #3391CE;
|
||||
// border-color: #3391CE;
|
||||
//}
|
||||
//.el-button.el-button--primary.el-button--mini.opera-btn:focus{
|
||||
// padding: 5px 7px;
|
||||
// background-color: #3391CE;
|
||||
// border-color: #3391CE;
|
||||
//}
|
||||
//.el-button.el-button--danger.el-button--mini.opera-btn {
|
||||
// padding: 5px 7px;
|
||||
// color: #fff;
|
||||
//}
|
||||
//.el-button.el-button--danger.el-button--mini.opera-btn:hover{
|
||||
// padding: 5px 7px;
|
||||
//}
|
||||
//.el-button.el-button--danger.el-button--mini.opera-btn:focus{
|
||||
// padding: 5px 7px;
|
||||
//}
|
||||
//.el-button.el-button--warning.el-button--mini.opera-btn {
|
||||
// padding: 5px 7px;
|
||||
// color: #fff;
|
||||
// background-color: #ff9900;
|
||||
// border-color: #ff9900;
|
||||
//}
|
||||
//.el-button.el-button--warning.el-button--mini.opera-btn:hover{
|
||||
// padding: 5px 7px;
|
||||
// background-color: #ff9900;
|
||||
// border-color: #ff9900;
|
||||
//}
|
||||
//.el-button.el-button--warning.el-button--mini.opera-btn:focus{
|
||||
// padding: 5px 7px;
|
||||
// background-color: #ff9900;
|
||||
// border-color: #ff9900;
|
||||
//}
|
||||
//
|
||||
////设置form-item
|
||||
//.el-form-item.serch-form-item {
|
||||
// margin-bottom: 0;
|
||||
// margin-right: 6px;
|
||||
// margin-top: 10px;
|
||||
//}
|
||||
//.el-form-item.serch-form-item.btn-box {
|
||||
// margin-bottom: 0;
|
||||
// margin-right: 2px;
|
||||
//}
|
||||
//// 设置查询orm-item-lable
|
||||
//.serch-form-item .el-form-item__label{
|
||||
// position: relative;
|
||||
// top: 1px;
|
||||
// padding: 0 7px;
|
||||
// height: 32px;
|
||||
// line-height: 32px;
|
||||
// font-size: 12px;
|
||||
// border: 1px solid #DDD;
|
||||
// border-top-left-radius: 4px;
|
||||
// border-bottom-left-radius: 4px;
|
||||
// border-right: none;
|
||||
// background: #F4F8FB;
|
||||
// text-align: center;
|
||||
// min-width: 80px;
|
||||
//}
|
||||
//.serch-form-item .el-form-item__content {
|
||||
// line-height: 32px;
|
||||
// position: relative;
|
||||
// font-size: 14px;
|
||||
// .put__inner{
|
||||
// height: 32px !important;
|
||||
// line-height: 32px !important;
|
||||
// width: 170px;
|
||||
// 0 4px 4px 0;
|
||||
// font-size: 12px;
|
||||
// color: #515a6e;
|
||||
// font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
|
||||
// }
|
||||
// .el-input__icon{
|
||||
// line-height: 32px;
|
||||
// }
|
||||
//}
|
||||
//.el-form-item.search-form-item.btn-box {
|
||||
// margin-bottom: 0;
|
||||
// margin-right: 2px;
|
||||
//}
|
||||
//// 设置查询orm-item-lable
|
||||
//.search-form-item .el-form-item__label{
|
||||
// position: relative;
|
||||
// top: 1px;
|
||||
// padding: 0 7px;
|
||||
// height: 32px;
|
||||
// line-height: 32px;
|
||||
// font-size: 12px;
|
||||
// border: 1px solid #DDD;
|
||||
// border-top-left-radius: 4px;
|
||||
// border-bottom-left-radius: 4px;
|
||||
// border-right: none;
|
||||
// background: #F4F8FB;
|
||||
// text-align: center;
|
||||
// min-width: 80px;
|
||||
//}
|
||||
//.search-form-item .el-form-item__content {
|
||||
// line-height: 32px;
|
||||
// position: relative;
|
||||
// font-size: 14px;
|
||||
// .el-input__inner{
|
||||
// height: 32px !important;
|
||||
// line-height: 32px !important;
|
||||
// width: 180px;
|
||||
// 4px;
|
||||
// font-size: 12px;
|
||||
// color: #515a6e;
|
||||
// font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
|
||||
// }
|
||||
// .el-input__icon{
|
||||
// line-height: 32px;
|
||||
// }
|
||||
//}
|
||||
//// 设置新增form-item-lable
|
||||
//.add-form-item .el-form-item__label{
|
||||
// position: relative;
|
||||
// top: 1px;
|
||||
// padding: 0 7px;
|
||||
// width: 120px;
|
||||
// height: 40px;
|
||||
// line-height: 40px;
|
||||
// font-size: 12px;
|
||||
// border: 1px solid #DDD;
|
||||
// border-top-left-radius: 4px;
|
||||
// border-bottom-left-radius: 4px;
|
||||
// border-right: none;
|
||||
// background: #F4F8FB;
|
||||
// text-align: center;
|
||||
// white-space: nowrap;
|
||||
// text-overflow: ellipsis;
|
||||
// overflow: hidden;
|
||||
//}
|
||||
//.add-form-item .el-form-item__content {
|
||||
// position: relative;
|
||||
// font-size: 14px;
|
||||
// width: 224px;
|
||||
// .el-input__inner{
|
||||
// 0 4px 4px 0;
|
||||
// font-size: 12px;
|
||||
// color: #515a6e;
|
||||
// font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
|
||||
// width: 224px;
|
||||
// }
|
||||
// //设置输入框高度
|
||||
//// .label-input-form{
|
||||
//// .el-input__inner{
|
||||
//// // @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
||||
//// // // ie下样式偏差1px
|
||||
//// // line-height: 27px !important;
|
||||
//// // }
|
||||
//// }
|
||||
//// }
|
||||
//}
|
||||
//// 设置新增等按钮区域样式
|
||||
//.action-bar{
|
||||
// padding:10px 0;
|
||||
// .el-button+.el-button{
|
||||
// margin-left: 2px;
|
||||
// }
|
||||
//}
|
||||
//// 设置tabs激活状态颜色
|
||||
//.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
|
||||
// color: #3391CE;
|
||||
// background-color: #FFF;
|
||||
// border-right-color: #DCDFE6;
|
||||
// border-left-color: #DCDFE6;
|
||||
//}
|
||||
//// 设置tabs hover颜色
|
||||
//.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
|
||||
// color: #3391CE;
|
||||
//}
|
||||
//// 设置页面查询区域下的下划线
|
||||
//.search-area {
|
||||
// border-bottom: 1px solid #e8eaec;
|
||||
//}
|
||||
///* element样式重置 start */
|
||||
///* 去掉input尾部上下小箭头 start */
|
||||
//input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
|
||||
// -webkit-appearance: none !important;
|
||||
// -moz-appearance: none !important;
|
||||
// -o-appearance: none !important;
|
||||
// -ms-appearance: none !important;
|
||||
// appearance: none !important;
|
||||
// margin: 0;
|
||||
//}
|
||||
//input[type="number"]{
|
||||
// -webkit-appearance:textfield;
|
||||
// -moz-appearance:textfield;
|
||||
// -o-appearance:textfield;
|
||||
// -ms-appearance:textfield;
|
||||
// appearance:textfield;
|
||||
//}
|
||||
///* 去掉input尾部上下小箭头 end */
|
||||
//// 所属部门选项 样式
|
||||
//.user-dept-popper{
|
||||
// padding: 0;
|
||||
//}
|
||||
//// 表单验证星星样式
|
||||
//.single-star {
|
||||
// .el-form-item__label:before{
|
||||
// content: '*' !important;
|
||||
// color: #F56C6C !important;
|
||||
// margin-right: 4px !important;
|
||||
// }
|
||||
//}
|
||||
//.double-star {
|
||||
// .el-form-item__label:before{
|
||||
// content: '**' !important;
|
||||
// color: #F56C6C !important;
|
||||
// margin-right: 4px !important;
|
||||
// }
|
||||
//}
|
||||
//.add-form-item{
|
||||
// /*margin-top -1px*/
|
||||
// .top1px{
|
||||
// .el-input__inner{
|
||||
// margin-top: -1px;
|
||||
// }
|
||||
// }
|
||||
// .el-textarea{
|
||||
// .el-textarea__inner{
|
||||
// height: 40px;
|
||||
// min-height: 40px !important;
|
||||
// font-size: 12px;
|
||||
// font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
|
||||
// border-bottom-left-radius: 0;
|
||||
// border-top-left-radius: 0;
|
||||
// }
|
||||
// }
|
||||
// .form-upload-btn{
|
||||
// font-size: 12px;
|
||||
// font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif !important;
|
||||
// }
|
||||
//}
|
||||
//// 设置日期样式
|
||||
//.el-date-editor .el-range-input{
|
||||
// font-size: 12px;
|
||||
// font-family: sans-serif;
|
||||
//}
|
||||
//span.el-range-separator{
|
||||
// position: relative;
|
||||
// left: -6px;
|
||||
// font-size: 12px;
|
||||
//}
|
||||
//.el-date-editor .el-range-separator{
|
||||
// line-height: 26px;
|
||||
//}
|
||||
//.serch-form-item .el-form-item__content .el-input__icon{
|
||||
// line-height: 26px;
|
||||
//}
|
||||
// 设置查询区域
|
||||
.search-area{
|
||||
display: flex;
|
||||
@@ -516,6 +172,7 @@ button.el-button.common-button-default.el-button--default.is-round{
|
||||
}
|
||||
// 按钮 + 图标
|
||||
.add-button{
|
||||
height: 32px;
|
||||
.add{
|
||||
background-image: url("~assets/images/shangqi/img/add.png");
|
||||
}
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="toggle-btn iconfont" style="display: flex;justify-content: center; font-size: 30px; color: #333333;" @click="handleToggleSideBar"><div style="font-size: 14px; line-height: 30px;">{{ this.isCollapse ? '' : '' }}</div></div>
|
||||
<div class="toggle-btn iconfont" style="margin: 10px 0; display: flex;justify-content: center; font-size: 30px; color: #333333;" @click="handleToggleSideBar">
|
||||
<div style="font-size: 14px; line-height: 30px;">{{ this.isCollapse ? '' : '' }}</div></div>
|
||||
<div class="left-tree">
|
||||
<el-menu
|
||||
unique-opened
|
||||
@@ -493,7 +494,7 @@
|
||||
padding: 0px 16px !important;
|
||||
}
|
||||
.left-tree {
|
||||
height: calc(~'100% - 95px');
|
||||
height: calc(~'100% - 115px');
|
||||
overflow-y: auto;
|
||||
}
|
||||
.left-tree::-webkit-scrollbar {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<template>
|
||||
<div class="attribute-custom v-class">
|
||||
<div class="action-bar1">
|
||||
<el-button class="common-button-primary add-button" size="mini" v-btn-permission="''" type="primary" @click="showAddModel"><i class="iconfont"></i>新增</el-button>
|
||||
<el-button class="common-button-primary add-button" size="mini" v-btn-permission="''" type="primary" @click="showAddModel"><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button class="common-button-default" size="mini" v-btn-permission="''" @click="showDisplayLocationDialog" >展示区域管理</el-button>
|
||||
</div>
|
||||
<loading :loading="attributeDataLoading">数据处理中</loading>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<template>
|
||||
<div class="attribute-custom v-class">
|
||||
<div class="action-bar1">
|
||||
<el-button class="common-button-primary add-button" size="mini" type="primary" v-btn-permission="'H9WU2ZJHG5WNTY5MDUXH'" @click="showAddModel"><i class="iconfont"></i>新增</el-button>
|
||||
<el-button class="common-button-primary add-button" size="mini" type="primary" v-btn-permission="'H9WU2ZJHG5WNTY5MDUXH'" @click="showAddModel"><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button class="common-button-default" size="mini" @click="showDisplayLocationDialog" v-btn-permission="'XT94XKWBCTELWNJQVYCU'">展示区域管理</el-button>
|
||||
</div>
|
||||
<loading :loading="attributeDataLoading">数据处理中</loading>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<template>
|
||||
<div class="attribute-custom v-class">
|
||||
<div class="action-bar1">
|
||||
<el-button size="mini" style="margin-right: 5px" class="common-button-primary add-button" type="primary" @click="showAddModel"><i class="iconfont"></i>新增</el-button>
|
||||
<el-button size="mini" style="margin-right: 5px" class="common-button-primary add-button" type="primary" @click="showAddModel"><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button size="small" class="common-button-default" @click="showDisplayLocationDialog">展示区域管理</el-button>
|
||||
</div>
|
||||
<loading :loading="attributeDataLoading">数据处理中</loading>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
type="primary"
|
||||
round
|
||||
@click="openAddMSGModal"
|
||||
v-btn-permission="'HJ9NVMRSUN'"><i class="iconfont"></i>新增</el-button>
|
||||
v-btn-permission="'HJ9NVMRSUN'"><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button class="common-button-default delete-button"
|
||||
round
|
||||
@click="batchMSGDel"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
type="primary"
|
||||
round
|
||||
v-btn-permission="'QZL5DZDFNM'"
|
||||
@click="openAddMSGModal(1)"><i class="iconfont"></i>新增</el-button>
|
||||
@click="openAddMSGModal(1)"><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button class="common-button-default delete-button"
|
||||
round
|
||||
v-btn-permission="'HVGR9K778X'"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<el-button class="common-button-primary add-button"
|
||||
type="primary"
|
||||
round
|
||||
@click="openAddMSGModal(1)" v-btn-permission="'W8VY4K4XNPH6GABQBG82'"><i class="iconfont"></i>新增</el-button>
|
||||
@click="openAddMSGModal(1)" v-btn-permission="'W8VY4K4XNPH6GABQBG82'"><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button class="common-button-default delete-button"
|
||||
round
|
||||
@click="batchMSGDel(1)" v-btn-permission="'58URKBHGS4QDHSKXG4SS'"><i class="iconfont"></i>批量删除</el-button>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<!-- class="common-button-primary add-button"-->
|
||||
<!-- type="primary"-->
|
||||
<!-- round-->
|
||||
<!-- @click="clickAddTree"><i class="iconfont"></i>新增</el-button>-->
|
||||
<!-- @click="clickAddTree"><i class="el-icon-plus"></i>新增</el-button>-->
|
||||
</span>
|
||||
<div class="tree">
|
||||
<laws-tree :zNodes="zNodes"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<!-- round-->
|
||||
<!-- @click="addRow"-->
|
||||
<!-- v-btn-permission="'XBRKH5BP5K'"-->
|
||||
<!-- ><i class="iconfont"></i>新增</el-button>-->
|
||||
<!-- ><i class="el-icon-plus"></i>新增</el-button>-->
|
||||
<!--</div>-->
|
||||
<loading :loading="tableDataLoading">{{$t('m.dataProcessing')}}</loading>
|
||||
<el-table
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
round
|
||||
@click="addRow"
|
||||
v-btn-permission="'XBRKH5BP5K'"
|
||||
><i class="iconfont"></i>新增</el-button>
|
||||
><i class="el-icon-plus"></i>新增</el-button>
|
||||
</div>
|
||||
<loading :loading="tableDataLoading">{{$t('m.dataProcessing')}}</loading>
|
||||
<el-table
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
size="mini"
|
||||
@click="showAddModel(1, null)"
|
||||
v-btn-permission="''"
|
||||
><i class="iconfont"></i>新增</el-button
|
||||
><i class="el-icon-plus"></i>新增</el-button
|
||||
>
|
||||
<el-button @click="deleteAttr" size="mini" class="common-button-default" v-btn-permission=""
|
||||
><i class="iconfont"></i>删除</el-button
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
round
|
||||
@click="openAddUserModal"
|
||||
v-btn-permission="'KFKJFQ97LC'"
|
||||
><i class="iconfont"></i>新增</el-button>
|
||||
><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button
|
||||
@click="batchUserDel"
|
||||
v-btn-permission="'Q2G9W2GCVU'"
|
||||
|
||||
@@ -677,7 +677,7 @@
|
||||
<el-button type="primary"
|
||||
class="common-button-primary add-button"
|
||||
round
|
||||
@click="addknowledge(1)"><i class="iconfont"></i>新增</el-button>
|
||||
@click="addknowledge(1)"><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button class="common-button-default delete-button"
|
||||
round
|
||||
@click="deleteknowledge(2)"><i class="iconfont"></i>批量删除</el-button>
|
||||
|
||||
@@ -957,7 +957,7 @@
|
||||
class="common-button-primary add-button"
|
||||
size="mini"
|
||||
:v-btn-permission="$route.params.pageType === 'INLAND_STAND' ? 'PVBSWCJQ9X4RVBM9RK7L' : 'NJ3YL4SVEJADWH7ESHDX'"
|
||||
@click="addknowledge(1)"><i class="iconfont"></i>新增
|
||||
@click="addknowledge(1)"><i class="el-icon-plus"></i>新增
|
||||
</el-button>
|
||||
<el-button class="common-button-default delete-button"
|
||||
size="mini"
|
||||
@@ -1116,7 +1116,7 @@
|
||||
size="mini"
|
||||
@click="clearComparison()"></el-button>
|
||||
<el-button type="primary" class="common-button-primary" size="mini" @click="addComparison">
|
||||
<i class="iconfont"></i>新增
|
||||
<i class="el-icon-plus"></i>新增
|
||||
</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
@@ -686,7 +686,7 @@
|
||||
<el-button type="primary"
|
||||
class="common-button-primary add-button"
|
||||
round
|
||||
@click="addknowledge(1)"><i class="iconfont"></i>新增</el-button>
|
||||
@click="addknowledge(1)"><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button class="common-button-default delete-button"
|
||||
round
|
||||
@click="deleteknowledge(2)"><i class="iconfont"></i>批量删除</el-button>
|
||||
@@ -827,7 +827,7 @@
|
||||
icon="el-icon-refresh-left"
|
||||
round
|
||||
@click="clearComparison()"></el-button>
|
||||
<el-button type="primary" class="common-button-primary" round @click="addComparison"><i class="iconfont"></i>新增</el-button>
|
||||
<el-button type="primary" class="common-button-primary" round @click="addComparison"><i class="el-icon-plus"></i>新增</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
@@ -835,7 +835,7 @@
|
||||
<!-- <el-button type="primary"-->
|
||||
<!-- class="common-button-primary add-button"-->
|
||||
<!-- round-->
|
||||
<!-- @click="addComparison"><i class="iconfont"></i>新增</el-button>-->
|
||||
<!-- @click="addComparison"><i class="el-icon-plus"></i>新增</el-button>-->
|
||||
<div class="myRadio">
|
||||
<template>
|
||||
<el-radio-group v-for="(item, index) in comparisonList" :key="index" v-model="comparisonId">
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
<template>
|
||||
<div class="wx-card" @click="toPage">
|
||||
<div @click="toPage">
|
||||
<div>
|
||||
<div>
|
||||
<i class="icon" :class="icon" />
|
||||
</div>
|
||||
<div v-if="label">
|
||||
<span class="card-font">{{ label }}</span>
|
||||
</div>
|
||||
@@ -30,16 +27,49 @@
|
||||
|
||||
<style lang="less" scoped>
|
||||
.wx-card {
|
||||
width: 214px;
|
||||
line-height: 70px;
|
||||
text-align: center;
|
||||
background: rgba(182, 213, 255, 0.22);
|
||||
margin-left: 10px;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
padding-left: 10px;
|
||||
& > div {
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
background-color: #E4E4E4;
|
||||
}
|
||||
}
|
||||
.wx-card:hover {
|
||||
& > div {
|
||||
color: #fff;
|
||||
background-color: #5ea9f6;
|
||||
}
|
||||
}
|
||||
.wx-card1 {
|
||||
line-height: 70px;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
padding-left: 10px;
|
||||
& > div {
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
background: #fff;
|
||||
border: 2px dashed #E4E4E4;
|
||||
div {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
.labelNull {
|
||||
height: 100%;
|
||||
@@ -47,7 +77,7 @@
|
||||
align-items: center;
|
||||
.el-icon-circle-plus-outline {
|
||||
font-size: 50px;
|
||||
color: #F4F4F4;
|
||||
color: #E4E4E4;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
<div class="link">
|
||||
<div class="title">友情链接</div>
|
||||
<ul>
|
||||
<li v-for="(link, index) in linkList" v-if="index<5" :key="index" @click="openLinkUrl(link.url)">
|
||||
<li class="myLi1" v-for="(link, index) in linkList" v-if="index<5" :key="index" @click="openLinkUrl(link.url)">
|
||||
<a v-if="link.name.length>10" v-html="link.name.substring(0,10)+'...'" :title="link.name"></a>
|
||||
<a v-else v-html="link.name" :title="link.name"></a>
|
||||
</li>
|
||||
<li>
|
||||
<router-link to="/linkManage">更多链接></router-link>
|
||||
<li class="myLi2">
|
||||
<span @click="$router.push('linkManage')">更多链接 ⋙</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -61,6 +61,7 @@ export default {
|
||||
border-radius: 3px;
|
||||
height: 100%;
|
||||
.title {
|
||||
font-weight: bold;
|
||||
padding-left: 10px;
|
||||
width: 80px;
|
||||
}
|
||||
@@ -70,20 +71,25 @@ export default {
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
li {
|
||||
border-right: 1px solid #f4f4f4;
|
||||
.myLi1 {
|
||||
border-right: 2px solid #f4f4f4;
|
||||
flex: 1;
|
||||
a {
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
li:hover {
|
||||
.myLi1:hover {
|
||||
background: #5ea9f6;
|
||||
a {
|
||||
color: #e9ca32;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.myLi2 {
|
||||
padding: 0 10px;
|
||||
cursor: pointer;
|
||||
color: #5ea9f6 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -2,13 +2,13 @@
|
||||
<template>
|
||||
<div class="nav-menu">
|
||||
<div class="lattice">
|
||||
<div class="title">快捷入口</div>
|
||||
<div class="title"><i class="el-icon-s-promotion"></i> 快捷入口</div>
|
||||
<div class="menu-wrap">
|
||||
<enter-card v-for="(item, index) in list"
|
||||
:key="index"
|
||||
:label="item.label"
|
||||
:path="item.path"
|
||||
:class="list.length === 1 ? 'wx-card1' : (list.length == 2 ? 'wx-card2' :'')">
|
||||
:class="item.class">
|
||||
</enter-card>
|
||||
</div>
|
||||
</div>
|
||||
@@ -43,6 +43,7 @@
|
||||
var json = {}
|
||||
json.label = item.menuName
|
||||
json.path = item.menuUrl
|
||||
json.class = 'wx-card'
|
||||
this.list.push(json)
|
||||
}
|
||||
})
|
||||
@@ -50,6 +51,7 @@
|
||||
var json = {}
|
||||
json.label = ''
|
||||
json.path = '/plate'
|
||||
json.class = 'wx-card1'
|
||||
this.list.push(json)
|
||||
}
|
||||
}
|
||||
@@ -65,6 +67,8 @@
|
||||
<style lang="less" scoped>
|
||||
.nav-menu {
|
||||
.lattice {
|
||||
background: #fff;
|
||||
margin-bottom: 10px;
|
||||
.title {
|
||||
margin-bottom: 10px;
|
||||
padding-left: 10px;
|
||||
@@ -78,36 +82,26 @@
|
||||
height: 240px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content:space-between;
|
||||
font-size: 18px;
|
||||
justify-content: space-between;
|
||||
color: #333333;
|
||||
margin-bottom: 10px;
|
||||
margin: 0 10px 10px 0;
|
||||
text-align: center;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.wx-card {
|
||||
height: 70px;
|
||||
background-color: #FFFFFF;
|
||||
width: 32%;
|
||||
margin: 0 0 10px 0;
|
||||
height: 70px;
|
||||
width: 33.333333%;
|
||||
}
|
||||
.wx-card1 {
|
||||
width: 100%;
|
||||
}
|
||||
.wx-card2 {
|
||||
width: 49%;
|
||||
height: 70px;
|
||||
width: 33.333333%;
|
||||
}
|
||||
.menu-item {
|
||||
flex: 1;
|
||||
height: 70px;
|
||||
line-height: 70px;
|
||||
text-align: center;
|
||||
margin-right: 10px;
|
||||
background: #FFFFFF;
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,12 +13,13 @@
|
||||
ref="selection"
|
||||
:data="standardReleaseList"
|
||||
tooltip-effect="dark"
|
||||
style="padding:0 0 20px 0;"
|
||||
border
|
||||
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}">
|
||||
style="width: 100%">
|
||||
<el-table-column
|
||||
label="序号"
|
||||
type="index"
|
||||
align="center"
|
||||
width="50">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
||||
@@ -13,12 +13,13 @@
|
||||
ref="selection"
|
||||
:data="domesticDynamics"
|
||||
tooltip-effect="dark"
|
||||
style="padding:0 0 20px 0;"
|
||||
border
|
||||
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}">
|
||||
style="width: 100%">
|
||||
<el-table-column
|
||||
label="序号"
|
||||
type="index"
|
||||
align="center"
|
||||
width="50">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
<!-- 待办任务 -->
|
||||
<template>
|
||||
<div class="to-do-list">
|
||||
<div>
|
||||
<span class="task">待办任务</span>
|
||||
<div class="more" @click="togo">更多</div>
|
||||
<div style="border-bottom: 2px solid #f4f4f4">
|
||||
<span class="task">
|
||||
<i class="el-icon-s-goods"></i> 待办任务
|
||||
</span>
|
||||
<div class="more" @click="togo">更多 ⋙</div>
|
||||
</div>
|
||||
<ul>
|
||||
<li v-for="item in toDoTaskList" :key="item.id" class="time-title">
|
||||
<div style="height: 18px">
|
||||
<a style="color: #333333" @click="dealWith(item)">{{ item.prcName }}</a>
|
||||
<span @click="dealWith(item)">{{ item.prcName }}</span>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -646,34 +648,40 @@ export default {
|
||||
<style lang="less" scoped>
|
||||
.to-do-list {
|
||||
border-radius: 3px;
|
||||
//flex: 1;
|
||||
height: calc(~'100% - 300px');
|
||||
height: calc(~'100% - 310px');
|
||||
overflow: hidden;
|
||||
background: #FFFFFF;
|
||||
.task {
|
||||
display: inline-block;
|
||||
margin: 15px;
|
||||
color: #333333;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.more {
|
||||
float: right;
|
||||
color: #333333;
|
||||
color: #5ea9f6;
|
||||
margin: 15px 15px;
|
||||
&:hover {
|
||||
color: #5ea9f6;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
height: calc(~'100% - 50px');
|
||||
overflow-y: auto;
|
||||
}
|
||||
ul::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
.time-title {
|
||||
margin: 15px;
|
||||
border-bottom: 1px dashed #cccccc;
|
||||
}
|
||||
a {
|
||||
color: #333333;
|
||||
&:hover {
|
||||
color: #e9c851;
|
||||
text-decoration: underline;
|
||||
span {
|
||||
cursor: pointer;
|
||||
}
|
||||
span:hover {
|
||||
color: #5ea9f6;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -132,9 +132,11 @@ export default {
|
||||
.home-tabs {
|
||||
/deep/.el-tabs__content {
|
||||
height: calc(~'100% - 55px');
|
||||
margin: 0 10px;
|
||||
}
|
||||
::v-deep.el-tabs__header{
|
||||
margin: 0 70px 15px 10px
|
||||
margin: 0 10px 15px 10px;
|
||||
border-bottom: 1px solid #F4F4F4;
|
||||
}
|
||||
::v-deep {
|
||||
.el-tabs__item {
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
width = "800"
|
||||
:data="standSystemOptions"
|
||||
:defaultProps="defaultProps" :checkedKeys="defaultCheckedKeys"
|
||||
:nodeKey="nodeKey" @popoverHide="popoverHide"></tree-select-new>
|
||||
:nodeKey="nodeKey" @popoverHide="popoverHide" @popoverHideCancel="popoverHideCancel"></tree-select-new>
|
||||
</el-form-item>
|
||||
<el-form-item v-show="verifySarStandard && form.standInData === '1'" label="标签" prop="gxhbq" class="add-form-item form-item-disabled">
|
||||
<el-input
|
||||
@@ -1533,7 +1533,6 @@
|
||||
watch:{
|
||||
'form.country': {
|
||||
handler (val) {
|
||||
console.log(val)
|
||||
if (val !== '' && val !== null && typeof (val) !== 'undefined') {
|
||||
if (val instanceof Array) {
|
||||
this.countryArr = val.join(",");
|
||||
@@ -1727,7 +1726,7 @@
|
||||
data.forEach(item => {
|
||||
this.$set(this.textStatusMap, item.value, item.label)
|
||||
})
|
||||
console.log(this.textStatusMap, '文本状态的值')
|
||||
|
||||
},
|
||||
clearFormData(data){
|
||||
this.form = {
|
||||
@@ -1818,10 +1817,10 @@
|
||||
const bringData = this.standardCheckedList[0]
|
||||
bringData.signFlag = this.form.signFlag && this.form.signFlag != '' ? this.form.signFlag : '0'
|
||||
bringData.standInData = this.form.standInData && this.form.standInData != '' ? this.form.standInData : '0'
|
||||
console.log(bringData)
|
||||
|
||||
const json = Object.assign(bringData, bringData.attrInfoCaseMap);
|
||||
this.form = JSON.parse(JSON.stringify(json))
|
||||
console.log(json,'AAAAAAA')
|
||||
|
||||
this.form.qcdw = JSON.parse(JSON.stringify(json)).qcdw && JSON.parse(JSON.stringify(json)).qcdw !== '[]' ? JSON.parse(JSON.stringify(json)).qcdw.split(',') : []
|
||||
this.form.wssmr = JSON.parse(JSON.stringify(json)).wssmr && JSON.parse(JSON.stringify(json)).wssmr !== '[]' ? JSON.parse(JSON.stringify(json)).wssmr.split(',') : []
|
||||
this.form.zrgcs = JSON.parse(JSON.stringify(json)).zrgcs && JSON.parse(JSON.stringify(json)).zrgcs !== '[]' ? JSON.parse(JSON.stringify(json)).zrgcs.split(',') : []
|
||||
@@ -2222,50 +2221,82 @@
|
||||
// this.fileList = []
|
||||
if(this.fileType === 'fbgbjbd'){
|
||||
this.FBGBJBDFileList=fileList;
|
||||
this.form.fbgbjbd = response.data.id;
|
||||
this.form.fbgbjbdName = response.data.name;
|
||||
this.form.fbgbjbd += response.data.id+',';
|
||||
if( this.form.fbgbjbdName=== undefined){
|
||||
this.form.fbgbjbdName=''
|
||||
}
|
||||
this.form.fbgbjbdName += response.data.name+',';
|
||||
}else if(this.fileType === 'xgd'){
|
||||
this.xgdFileList=fileList;
|
||||
this.form.xgd = response.data.id;
|
||||
this.form.xgdName = response.data.name;
|
||||
this.xgdFileList=fileList;
|
||||
this.form.xgd += response.data.id+',';
|
||||
if( this.form.xgdName=== undefined){
|
||||
this.form.xgdName=''
|
||||
}
|
||||
this.form.xgdName += response.data.name+',';
|
||||
}else if(this.fileType === 'bpg'){
|
||||
this.bpgFileList=fileList;
|
||||
this.form.bpg = response.data.id;
|
||||
this.form.bpgName = response.data.name;
|
||||
this.form.bpg += response.data.id+',';
|
||||
if( this.form.bpgName=== undefined){
|
||||
this.form.bpgName=''
|
||||
}
|
||||
this.form.bpgName += response.data.name+',';
|
||||
}else if(this.fileType === 'ssg'){
|
||||
this.ssgFileList=fileList;
|
||||
this.form.ssg = response.data.id;
|
||||
this.form.ssgName = response.data.name;
|
||||
this.form.ssg += response.data.id+',';
|
||||
if( this.form.ssgName=== undefined){
|
||||
this.form.ssgName=''
|
||||
}
|
||||
this.form.ssgName += response.data.name+',';
|
||||
}else if(this.fileType === 'zqyjg'){
|
||||
this.zqyjgFileList=fileList;
|
||||
this.form.zqyjg = response.data.id;
|
||||
this.form.zqyjgName = response.data.name;
|
||||
this.form.zqyjg += response.data.id+',';
|
||||
if( this.form.zqyjgName=== undefined){
|
||||
this.form.zqyjgName=''
|
||||
}
|
||||
this.form.zqyjgName += response.data.name+',';
|
||||
}else if(this.fileType === 'jdwj'){
|
||||
this.jdwjFileList=fileList;
|
||||
this.form.jdwj = response.data.id;
|
||||
this.form.jdwjName = response.data.name;
|
||||
this.form.jdwj += response.data.id+',';
|
||||
if( this.form.jdwjName=== undefined){
|
||||
this.form.jdwjName=''
|
||||
}
|
||||
this.form.jdwjName += response.data.name+',';
|
||||
}else if(this.fileType === 'kwj'){
|
||||
this.kwjFileList=fileList;
|
||||
this.form.kwj = response.data.id;
|
||||
this.form.kwjName = response.data.name;
|
||||
}else if(this.fileType === 'xgd'){
|
||||
this.xgdFileList=fileList;
|
||||
this.form.xgd = response.data.id;
|
||||
this.form.xgdName = response.data.name;
|
||||
}else if(this.fileType === 'glwj'){
|
||||
this.form.kwj += response.data.id+',';
|
||||
if( this.form.kwjName=== undefined){
|
||||
this.form.kwjName=''
|
||||
}
|
||||
this.form.kwjName += response.data.name+',';
|
||||
}
|
||||
// else if(this.fileType === 'xgd'){
|
||||
// this.xgdFileList=fileList;
|
||||
// this.form.xgd += response.data.id+',';
|
||||
// this.form.xgdName += response.data.name+',';
|
||||
// }
|
||||
else if(this.fileType === 'glwj'){
|
||||
this.qlwjFileList=fileList;
|
||||
this.form.glwj = response.data.id;
|
||||
this.form.glwjName = response.data.name;
|
||||
this.form.glwj += response.data.id+',';
|
||||
if( this.form.glwjName=== undefined){
|
||||
this.form.glwjName=''
|
||||
}
|
||||
this.form.glwjName += response.data.name+',';
|
||||
}else if(this.fileType === 'ca'){
|
||||
this.caFileList=fileList;
|
||||
this.form.ca = response.data.id;
|
||||
this.form.caName = response.data.name;
|
||||
this.form.ca += response.data.id+',';
|
||||
if( this.form.caName=== undefined){
|
||||
this.form.caName=''
|
||||
}
|
||||
this.form.caName += response.data.name+',';
|
||||
}else if(this.fileType === 'zbjbd'){
|
||||
this.zbjbdFileList=fileList;
|
||||
this.form.zbjbd = response.data.id;
|
||||
this.form.zbjbdName = response.data.name;
|
||||
this.form.zbjbd += response.data.id+',';
|
||||
if( this.form.zbjbdName=== undefined){
|
||||
this.form.zbjbdName=''
|
||||
}
|
||||
this.form.zbjbdName += response.data.name+',';
|
||||
}
|
||||
this.$message({
|
||||
this.$message({
|
||||
showClose: true,
|
||||
message: response.message,
|
||||
type: 'success'
|
||||
@@ -2298,19 +2329,22 @@
|
||||
}else if (type==='glwj'){
|
||||
this.fileList=this.qlwjFileList;
|
||||
}
|
||||
|
||||
this.fileMadel = true;
|
||||
|
||||
},
|
||||
popoverHide (checkedIds, checkedData,isShow,isLoadChild,topId) {
|
||||
if(checkedData) {
|
||||
if(checkedData.length > 0){
|
||||
if(checkedData.length > 0 && checkedData.length != 0){
|
||||
this.form.standSystem = checkedData.map(item => item.menuName).join(",")
|
||||
}else {
|
||||
this.form.standSystem = checkedData.menuName
|
||||
}
|
||||
this.modalShowFlag1 = false
|
||||
}
|
||||
this.modalShowFlag1 = false
|
||||
|
||||
},
|
||||
popoverHideCancel(){
|
||||
this.modalShowFlag1 = false
|
||||
},
|
||||
popoverHideBusVs (checkedIds, checkedData,isShow,isLoadChild,topId) {
|
||||
if(checkedData && checkedData.length != 0) {
|
||||
@@ -2323,7 +2357,7 @@
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
}
|
||||
|
||||
|
||||
},
|
||||
popoverHideBusVsCancel(){
|
||||
this.modalShowFlag2 = false
|
||||
@@ -2355,7 +2389,7 @@
|
||||
}
|
||||
this.modalShowFlag4 = false
|
||||
}
|
||||
|
||||
|
||||
},
|
||||
popoverHideModelCancel(){
|
||||
this.modalShowFlag4 = false
|
||||
@@ -2402,7 +2436,6 @@
|
||||
roleForm: this.roleForm,
|
||||
commentText: this.commentText
|
||||
}))
|
||||
console.log(_formData, '参数')
|
||||
saveTaskFirst(_formData).then(res => {
|
||||
this.saveLoading = false
|
||||
this.$message.success('保存成功')
|
||||
|
||||
@@ -450,14 +450,14 @@ export default {
|
||||
.card-top {
|
||||
width: 100%;
|
||||
background: #2d8cf0;
|
||||
height: 120px;
|
||||
height: 100px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.card-top-left {
|
||||
img {
|
||||
margin: 10px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
}
|
||||
.card-top-right {
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@
|
||||
size="mini"
|
||||
@click="openModal(null,'addOpt')"
|
||||
v-btn-permission="'7aaf236bdf6b1657c615380f7f34b8a8'"
|
||||
><i class="iconfont"></i>新增
|
||||
><i class="el-icon-plus"></i>新增
|
||||
</el-button>
|
||||
<el-button
|
||||
class="common-button-default delete-button"
|
||||
|
||||
@@ -44,8 +44,10 @@
|
||||
class="common-button-primary add-button"
|
||||
size="mini"
|
||||
@click="openModal(null,'addOpt')"
|
||||
v-btn-permission="'389d3690eeea9d3808bdff4d02dddbd8'"
|
||||
><i class="iconfont"></i>新增
|
||||
v-btn-permission="'389d3690eeea9d3808bdff4d02dddbd8'">
|
||||
<i class="el-icon-plus"></i>
|
||||
<!-- <i class="el-icon-plus"></i>-->
|
||||
新增
|
||||
</el-button>
|
||||
<el-button
|
||||
class="common-button-default delete-button"
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
size="mini"
|
||||
@click="openModal(null,'addOpt')"
|
||||
v-btn-permission="'2dd158ffb07ddcc89ed41468b196b451'"
|
||||
><i class="iconfont"></i>新增
|
||||
><i class="el-icon-plus"></i>新增
|
||||
</el-button>
|
||||
<el-button
|
||||
class="common-button-default delete-button"
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
size="mini"
|
||||
@click="openModal(null,'addOpt')"
|
||||
v-btn-permission="'J2YEFN9MH4KWW5HMR2QH'"
|
||||
><i class="iconfont"></i>新增</el-button>
|
||||
><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button
|
||||
class="common-button-default delete-button"
|
||||
:loading="delLoading"
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
<!-- @click="addModal"-->
|
||||
<!-- size="mini"-->
|
||||
<!-- v-btn-permission="'57f40856850c95912be0760a082db0e0'"-->
|
||||
<!-- :disabled="addBtnDisabled"><i class="iconfont"></i>新增</el-button>-->
|
||||
<!-- :disabled="addBtnDisabled"><i class="el-icon-plus"></i>新增</el-button>-->
|
||||
<el-button class="common-button-default in-button"
|
||||
:loading="searching"
|
||||
size="mini"
|
||||
@@ -2417,7 +2417,7 @@ export default {
|
||||
}
|
||||
this.modalShowFlag2 = false
|
||||
}
|
||||
|
||||
|
||||
this.$forceUpdate()
|
||||
},
|
||||
popoverHideBusVsCancel(){
|
||||
@@ -2434,7 +2434,7 @@ export default {
|
||||
}
|
||||
this.modalShowFlag3 = false
|
||||
}
|
||||
|
||||
|
||||
this.$forceUpdate()
|
||||
},
|
||||
popoverHideCarVsCancel(){
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
round
|
||||
@click="handleOpenAddModal"
|
||||
v-btn-permission="'MHV7SA5CPD8UHYBUT3YQ'"
|
||||
><i class="iconfont"></i>新增</el-button
|
||||
><i class="el-icon-plus"></i>新增</el-button
|
||||
>
|
||||
<el-button
|
||||
class="common-button-default in-button"
|
||||
|
||||
+1
-1
@@ -220,7 +220,7 @@
|
||||
<!-- round-->
|
||||
<!-- @click="addModal"-->
|
||||
<!-- v-btn-permission="'RKK25EG2WD'"-->
|
||||
<!-- ><i class="iconfont"></i>新增</el-button>-->
|
||||
<!-- ><i class="el-icon-plus"></i>新增</el-button>-->
|
||||
<!-- <el-button-->
|
||||
<!-- class="common-button-default in-button"-->
|
||||
<!-- round-->
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
class="common-button-primary add-button"
|
||||
round
|
||||
@click="addModal"
|
||||
v-btn-permission="'KFW98JENT2N8VPVR8JM6'"><i class="iconfont"></i>新增</el-button>
|
||||
v-btn-permission="'KFW98JENT2N8VPVR8JM6'"><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button
|
||||
class="common-button-default in-button"
|
||||
round
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
round
|
||||
@click="openLawsModal"
|
||||
v-btn-permission="'XBRKH5BP5K'"
|
||||
><i class="iconfont"></i>新增</el-button>
|
||||
><i class="el-icon-plus"></i>新增</el-button>
|
||||
<el-button
|
||||
class="common-button-default in-button"
|
||||
round
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
size="mini"
|
||||
@click="addModal"
|
||||
v-btn-permission="'ceb5fb1e00'"
|
||||
:disabled="addBtnDisabled"><i class="iconfont"></i>新增
|
||||
:disabled="addBtnDisabled"><i class="el-icon-plus"></i>新增
|
||||
</el-button>
|
||||
<el-button class="common-button-default in-button"
|
||||
size="mini"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
class="common-button-primary add-button"
|
||||
@click="openAddModel"
|
||||
v-btn-permission="'L8CEXYGB4TFUUWY8P89V'"
|
||||
><i class="iconfont"></i>新增</el-button>
|
||||
><i class="el-icon-plus"></i>新增</el-button>
|
||||
|
||||
<!--<el-button-->
|
||||
<!-- round-->
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
<!-- round-->
|
||||
<!-- @click="openAddModel"-->
|
||||
<!-- v-btn-permission="'4C796W933W'"-->
|
||||
<!--><i class="iconfont"></i>新增</el-button>-->
|
||||
<!--><i class="el-icon-plus"></i>新增</el-button>-->
|
||||
|
||||
<!--<el-button-->
|
||||
<!-- round-->
|
||||
|
||||
Reference in New Issue
Block a user