This commit is contained in:
11528
2022-03-21 17:02:09 +08:00
parent 2ef3f38ea4
commit a5e70d3305
13 changed files with 1064 additions and 1061 deletions
@@ -2,7 +2,7 @@
<template>
<div class="attribute-custom v-class">
<div class="action-bar1">
<el-button class="common-button-primary add-button" style="margin-right: 5px" size="mini" v-btn-permission="'bbef9712ff6ffdf1c63697720cc3d4bd'" type="primary" @click="showAddModel">新增</el-button>
<el-button class="common-button-primary add-button" style="margin-right: 5px" size="mini" v-btn-permission="'264c235efd8aae1eaff42fbea4efe0f8'" type="primary" @click="showAddModel">新增</el-button>
<el-button class="common-button-default" size="small" v-btn-permission="'ee838a0ff0d332cac850fd553e81048d'" @click="showDisplayLocationDialog" >展示区域管理</el-button>
</div>
<loading :loading="attributeDataLoading">数据处理中</loading>
@@ -76,8 +76,8 @@
<el-dropdown trigger="click" @command="handleCommand">
<i class="iconfont">&#xe61e;</i>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item :command="[scope.row, '编辑']" v-btn-permission="'b1e60ec7b60389713bf5b450ec2d1115'">编辑</el-dropdown-item>
<el-dropdown-item :disabled="scope.row.isEdit==='1'" v-btn-permission="'c157be4e073787ea6c4a04bd39686c2d'" :command="[scope.row, '删除']">删除</el-dropdown-item>
<el-dropdown-item :command="[scope.row, '编辑']" v-btn-permission="'1e8a5e0eb6127b2d440b84a19e522e95'">编辑</el-dropdown-item>
<el-dropdown-item :disabled="scope.row.isEdit==='1'" v-btn-permission="'074bc85966e5ca7153f4620a76c5897b'" :command="[scope.row, '删除']">删除</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
@@ -205,7 +205,7 @@
width="400px"
>
<div style="margin-bottom: 10px;">
<el-button class="common-button-primary add-button" type="primary" icon="add" @click="showAddDisplayLocationDialog(undefined)" v-btn-permission="'692d7f644dd96941c64a8b5946a4e651'" >新增</el-button>
<el-button class="common-button-primary add-button" type="primary" icon="add" @click="showAddDisplayLocationDialog(undefined)" v-btn-permission="'16d1a83a89ad4781d34163a45c04e3cb'" >新增</el-button>
</div>
<el-table
:loading="displayLocationDialogTableConfig.loading"
@@ -236,8 +236,8 @@
<el-dropdown trigger="click" @command="handleCommand2">
<i class="iconfont">&#xe61e;</i>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item :command="[scope.row, '修改']" v-btn-permission="'b282a53b0c1c4aca76b29197b15ed931'" >修改</el-dropdown-item>
<el-dropdown-item :disabled="scope.row.validFlag===1" :command="[scope.row, '删除']" v-btn-permission="'aa33df0f6f1890e3381aa4f1ed6aebec'" >删除</el-dropdown-item>
<el-dropdown-item :command="[scope.row, '修改']" v-btn-permission="'c87d81feecb75a364f7969f8df8f8eb9'" >修改</el-dropdown-item>
<el-dropdown-item :disabled="scope.row.validFlag===1" :command="[scope.row, '删除']" v-btn-permission="'0cbf713be29e63b6c6eff5d1aec59c64'" >删除</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
@@ -2,7 +2,7 @@
<template>
<div class="attribute-custom v-class">
<div class="action-bar1">
<el-button class="common-button-primary add-button" style="margin-right: 5px" size="mini" type="primary" v-btn-permission="'fe7880ecf38dc55c02d9013f72b6242a'" @click="showAddModel">新增</el-button>
<el-button class="common-button-primary add-button" style="margin-right: 5px" size="mini" type="primary" v-btn-permission="'fa21906587bacdcaf0a72f995db4e40d'" @click="showAddModel">新增</el-button>
<el-button class="common-button-default" size="small" @click="showDisplayLocationDialog" v-btn-permission="'85b2b303cce28234fafa1f5ab12ba61d'">展示区域管理</el-button>
</div>
<loading :loading="attributeDataLoading">数据处理中</loading>
@@ -76,8 +76,8 @@
<el-dropdown trigger="click" @command="handleCommand">
<i class="iconfont">&#xe61e;</i>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item :command="[scope.row, '编辑']" v-btn-permission="'18f50c76137df9b3112d07942b0d517f'">编辑</el-dropdown-item>
<el-dropdown-item :disabled="scope.row.isEdit==='1'" v-btn-permission="'8040f3cbceb668f7791c2182e620a051'" :command="[scope.row, '删除']">删除</el-dropdown-item>
<el-dropdown-item :command="[scope.row, '编辑']" v-btn-permission="'1954a5c1fbef6722037b8e12b035d13f'">编辑</el-dropdown-item>
<el-dropdown-item :disabled="scope.row.isEdit==='1'" v-btn-permission="'2ede47a179e37347b7aacfd9d139085f'" :command="[scope.row, '删除']">删除</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
@@ -199,7 +199,7 @@
width="400px"
>
<div style="margin-bottom: 10px;">
<el-button class="common-button-primary add-button" type="primary" icon="add" @click="showAddDisplayLocationDialog(undefined)" v-btn-permission="'b12bdf78f2f6cff502bf5e520832d8ea'">新增</el-button>
<el-button class="common-button-primary add-button" type="primary" icon="add" @click="showAddDisplayLocationDialog(undefined)" v-btn-permission="'1468f4d8f5b784512a8942db2da1a13b'">新增</el-button>
</div>
<el-table
:loading="displayLocationDialogTableConfig.loading"
@@ -230,8 +230,8 @@
<el-dropdown trigger="click" @command="handleCommand2">
<i class="iconfont">&#xe61e;</i>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item :command="[scope.row, '修改']" v-btn-permission="'7c7a446f6dd661bce1e0bb9319b38753'">修改</el-dropdown-item>
<el-dropdown-item :disabled="scope.row.validFlag===1" :command="[scope.row, '删除']" v-btn-permission="'681bb0153c74b070b76e63ce020b8477'">删除</el-dropdown-item>
<el-dropdown-item :command="[scope.row, '修改']" v-btn-permission="'d1ed6ed77afa8395d2fd9ee6351bb78d'">修改</el-dropdown-item>
<el-dropdown-item :disabled="scope.row.validFlag===1" :command="[scope.row, '删除']" v-btn-permission="'dcddb2abd19e51067fef994736057b8c'">删除</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
</div>
+68 -68
View File
@@ -1,68 +1,68 @@
<!-- 配置管理 - 链接管理 -->
<template>
<div class="data-link">
<el-tabs v-model="activeName">
<el-tab-pane label="第一行链接" name="firstLink">
<first-link v-if="activeName === 'firstLink'"></first-link>
</el-tab-pane>
<el-tab-pane label="第二行链接" name="secondLink">
<second-link v-if="activeName === 'secondLink'"></second-link>
</el-tab-pane>
</el-tabs>
</div>
</template>
<script>
import firstLink from "./linkType/firstLink";
import secondLink from "./linkType/secondLink";
export default {
name: "linkManage",
components: {
firstLink,
secondLink
},
data() {
return {
activeName: 'firstLink',
}
},
methods: {
},
}
</script>
<style lang="less" scoped>
@import '~@/assets/styles/mixins';
.data-link{
height: 100%;
padding: 0 10px;
background: #fff;
display: flex;
flex-direction: column;
/deep/ .el-tabs {
flex: auto;
display: flex;
flex-direction: column;
/deep/ .el-tabs__header {
margin: 0 !important;
}
.el-tabs__content {
height: 100% !important;
flex: auto;
position: relative;
display: flex;
flex-direction: column;
.el-tab-pane {
height: 100%;
flex: auto;
display: flex;
flex-direction: column;
}
}
}
}
</style>
<!-- 配置管理 - 链接管理 -->
<template>
<div class="data-link">
<el-tabs v-model="activeName">
<el-tab-pane label="第一行链接" name="firstLink">
<first-link v-if="activeName === 'firstLink'" v-btn-permission="'c8355290d8ece5202db506405c7df6fd'"></first-link>
</el-tab-pane>
<el-tab-pane label="第二行链接" name="secondLink">
<second-link v-if="activeName === 'secondLink'" v-btn-permission="'b22bdd0959e5a445fd90a9e0e7a8f607'"></second-link>
</el-tab-pane>
</el-tabs>
</div>
</template>
<script>
import firstLink from "./linkType/firstLink";
import secondLink from "./linkType/secondLink";
export default {
name: "linkManage",
components: {
firstLink,
secondLink
},
data() {
return {
activeName: 'firstLink',
}
},
methods: {
},
}
</script>
<style lang="less" scoped>
@import '~@/assets/styles/mixins';
.data-link{
height: 100%;
padding: 0 10px;
background: #fff;
display: flex;
flex-direction: column;
/deep/ .el-tabs {
flex: auto;
display: flex;
flex-direction: column;
/deep/ .el-tabs__header {
margin: 0 !important;
}
.el-tabs__content {
height: 100% !important;
flex: auto;
position: relative;
display: flex;
flex-direction: column;
.el-tab-pane {
height: 100%;
flex: auto;
display: flex;
flex-direction: column;
}
}
}
}
</style>
@@ -21,7 +21,7 @@
type="danger"
class="common-button-primary add-button"
@click="deleteAllLink"
v-btn-permission="'cd639217443270d5c858fc593b439f79'"
v-btn-permission="'436653a7e2e55c427dda1f1d0faa4fca'"
size="mini">删除
</el-button>
</div>
@@ -65,10 +65,10 @@
show-overflow-tooltip
label="链接">
<template slot-scope="scope">
<span v-if="scope.row.url.slice(0,7) === 'http://' || scope.row.url.slice(0,8) === 'https://'" @click="linkto(scope.row.url)" style="color: #0c91e5;cursor: pointer;text-decoration: underline">
<span v-if="scope.row.url.slice(0,7) === 'http://' || scope.row.url.slice(0,8) === 'https://'" @click="linkto(scope.row.url)" style="color: #0c91e5;cursor: pointer;text-decoration: underline" v-btn-permission="'7ce85b4b537f2a78db0c468beec5c08f'">
{{ scope.row.url }}
</span>
<span v-else @click="linkto('http://' + scope.row.url)" style="color: #0c91e5;cursor: pointer;text-decoration: underline">
<span v-else @click="linkto('http://' + scope.row.url)" style="color: #0c91e5;cursor: pointer;text-decoration: underline" v-btn-permission="'7ce85b4b537f2a78db0c468beec5c08f'">
{{ 'http://' + scope.row.url }}
</span>
</template>
@@ -21,7 +21,7 @@
type="danger"
class="common-button-primary add-button"
@click="deleteAllLink"
v-btn-permission="'74725d0f8bf0df73bc9c297358803588'"
v-btn-permission="'20ddefa1588cbebeee5372d7f5389693'"
size="mini">删除
</el-button>
</div>
@@ -65,10 +65,10 @@
show-overflow-tooltip
label="链接">
<template slot-scope="scope">
<span v-if="scope.row.url.slice(0,7) === 'http://' || scope.row.url.slice(0,8) === 'https://'" @click="linkto(scope.row.url)" style="color: #0c91e5;cursor: pointer;text-decoration: underline">
<span v-if="scope.row.url.slice(0,7) === 'http://' || scope.row.url.slice(0,8) === 'https://'" @click="linkto(scope.row.url)" style="color: #0c91e5;cursor: pointer;text-decoration: underline" v-btn-permission="'ce8bfa18d70a122aa96b945a766cf290'">
{{ scope.row.url }}
</span>
<span v-else @click="linkto('http://' + scope.row.url)" style="color: #0c91e5;cursor: pointer;text-decoration: underline">
<span v-else @click="linkto('http://' + scope.row.url)" style="color: #0c91e5;cursor: pointer;text-decoration: underline" v-btn-permission="'ce8bfa18d70a122aa96b945a766cf290'">
{{ 'http://' + scope.row.url }}
</span>
</template>
+222 -220
View File
@@ -1,220 +1,222 @@
<template>
<div class="Operation-log">
<div class="search-area">
<div class="left">
<el-form
ref="searchForm"
:model="searchForm"
inline
>
<el-form-item label="操作人" class="search-item">
<el-input
v-model="searchForm.account"
style="display: none;"
></el-input>
<el-input
v-model="searchForm.accountName"
placeholder="请选择操作人"
readonly="readonly"
@click.native="choiceZRR"
></el-input>
</el-form-item>
<el-form-item label="开始日期" >
<el-date-picker
v-model="searchForm.sTime"
type="datetime"
placeholder="请选择开始日期"
size="small"
value-format="yyyy-MM-dd HH:mm:ss">
</el-date-picker>
</el-form-item>
<el-form-item label="结束日期" >
<el-date-picker
v-model="searchForm.eTime"
type="datetime"
placeholder="请选择结束日期"
size="small"
value-format="yyyy-MM-dd HH:mm:ss">
</el-date-picker>
</el-form-item>
<el-form-item label="操作类型" class="search-item">
<el-select v-model="searchForm.oper" clearable placeholder="请选择操作类型">
<el-option
v-for="(item, index) in typeList"
placeholder="请选择操作类型"
:key="index"
:value="item.oper"
:label="item.oper"
></el-option>
</el-select>
</el-form-item>
<el-form-item label="操作内容" class="search-item">
<el-input
v-model="searchForm.content"
placeholder="请选择操作内容"
clearable
></el-input>
</el-form-item>
<el-form-item label="" class="search-item btn-box">
<el-button
class="common-button-primary"
type="primary"
size="mini"
@click="searchBtn"
>搜索</el-button>
</el-form-item>
<el-form-item label="" class="search-item btn-box">
<el-button
class="common-button-default"
@click="resetSelect"
size="mini"
>清空</el-button>
</el-form-item>
</el-form>
</div>
</div>
<div class="content">
<el-table
stripe
ref="selections"
tooltip-effect="dark"
border
height="100%"
:data="data"
class="table"
:header-cell-style="{
background: '#e8e8e8',
color: '#333333',
fontSize: '16px',
fontWeight: 'bold',
height: '48px',
}">
<el-table-column prop="account" label="操作人">
</el-table-column>
<el-table-column prop="dept" label="所属部门">
</el-table-column>
<el-table-column prop="operTime" label="操作时间">
</el-table-column>
<el-table-column prop="oper" label="操作类型">
</el-table-column>
<el-table-column prop="special" label="操作内容">
</el-table-column>
</el-table>
<loading :loading="dataLoading">数据处理中</loading>
</div>
<pagination
:total="total"
:pageChange="searchForm.page"
:pageSizeChange="searchForm.pageSize"
@pageChange="pageChange"
@pageSizeChange="pageSizeChange"
></pagination>
<Role-tree
check-box
:is-title="'选择操作人'"
:is-visible.sync="modalshowflag"
@checkedRole="checkedRole"
:nodeList="nodeList"
></Role-tree>
</div>
</template>
<script>
export default {
name: "OperationLog",
data () {
return {
dataLoading: false,
total: 0,
data: [],
typeList: [],
styles: {
height: 'calc(100% - 55px)',
overflow: 'auto',
paddingBottom: '53px',
position: 'static'
},
searchForm: {
accountName: '',
account: '',
sTime: '',
eTime: '',
oper: '',
content: '',
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
},
nodeList: [],
modalshowflag: false,
}
},
methods: {
checkedRole (data) {
this.searchForm.account = data[0].id
this.searchForm.accountName = data[0].name
},
choiceZRR () {
this.nodeList = []
this.nodeList.push(this.searchForm.account)
this.modalshowflag = true
},
searchBtn () {
this.searchForm.page = 1
this.getData()
},
getData () {
this.$http.get('sysLog/sys-log/getAllLog', this.searchForm, {
_this: this,
loading: 'dataLoading'
}, res => {
if (res.ok) {
this.total = res.data.total;
res.data.records.forEach(item => {
item.account = "(" + item.account + ")" + item.accountName;
});
this.data = res.data.records;
}
})
},
pageChange (page) {
this.searchForm.page = page
this.getData()
},
pageSizeChange (pageSize) {
this.searchForm.pageSize = pageSize
this.getData()
},
resetSelect () {
this.searchForm.page = 1
this.searchForm.accountName = ''
this.searchForm.account = ''
this.searchForm.sTime = ''
this.searchForm.eTime = ''
this.searchForm.oper = ''
this.searchForm.content = ''
this.getData()
},
},
mounted () {
this.getData()
this.$http.get('sysLog/sys-log/getLogOper', {}, {
_this: this,
}, res => {
if (res.ok) {
this.typeList = res.data
}
})
}
}
</script>
<style lang="less" scoped>
.Operation-log {
height: 100%;
.content {
height: calc(~"100% - 55px - 56px");
overflow-y: auto;
}
.search-select.el-dropdown {
width: 100%;
}
}
</style>
<template>
<div class="Operation-log">
<div class="search-area">
<div class="left">
<el-form
ref="searchForm"
:model="searchForm"
inline
>
<el-form-item label="操作人" class="search-item">
<el-input
v-model="searchForm.account"
style="display: none;"
></el-input>
<el-input
v-model="searchForm.accountName"
placeholder="请选择操作人"
readonly="readonly"
@click.native="choiceZRR"
></el-input>
</el-form-item>
<el-form-item label="开始日期" >
<el-date-picker
v-model="searchForm.sTime"
type="datetime"
placeholder="请选择开始日期"
size="small"
value-format="yyyy-MM-dd HH:mm:ss">
</el-date-picker>
</el-form-item>
<el-form-item label="结束日期" >
<el-date-picker
v-model="searchForm.eTime"
type="datetime"
placeholder="请选择结束日期"
size="small"
value-format="yyyy-MM-dd HH:mm:ss">
</el-date-picker>
</el-form-item>
<el-form-item label="操作类型" class="search-item">
<el-select v-model="searchForm.oper" clearable placeholder="请选择操作类型">
<el-option
v-for="(item, index) in typeList"
placeholder="请选择操作类型"
:key="index"
:value="item.oper"
:label="item.oper"
></el-option>
</el-select>
</el-form-item>
<el-form-item label="操作内容" class="search-item">
<el-input
v-model="searchForm.content"
placeholder="请选择操作内容"
clearable
></el-input>
</el-form-item>
<el-form-item label="" class="search-item btn-box">
<el-button
class="common-button-primary"
type="primary"
size="mini"
@click="searchBtn"
v-btn-permission="'ef2d8c0d8ab743e8b344c8a0f5c330cf'"
>搜索</el-button>
</el-form-item>
<el-form-item label="" class="search-item btn-box">
<el-button
class="common-button-default"
@click="resetSelect"
size="mini"
v-btn-permission="'c8605037fd040fd480b052d6e9dd8d13'"
>清空</el-button>
</el-form-item>
</el-form>
</div>
</div>
<div class="content">
<el-table
stripe
ref="selections"
tooltip-effect="dark"
border
height="100%"
:data="data"
class="table"
:header-cell-style="{
background: '#e8e8e8',
color: '#333333',
fontSize: '16px',
fontWeight: 'bold',
height: '48px',
}">
<el-table-column prop="account" label="操作人">
</el-table-column>
<el-table-column prop="dept" label="所属部门">
</el-table-column>
<el-table-column prop="operTime" label="操作时间">
</el-table-column>
<el-table-column prop="oper" label="操作类型">
</el-table-column>
<el-table-column prop="special" label="操作内容">
</el-table-column>
</el-table>
<loading :loading="dataLoading">数据处理中</loading>
</div>
<pagination
:total="total"
:pageChange="searchForm.page"
:pageSizeChange="searchForm.pageSize"
@pageChange="pageChange"
@pageSizeChange="pageSizeChange"
></pagination>
<Role-tree
check-box
:is-title="'选择操作人'"
:is-visible.sync="modalshowflag"
@checkedRole="checkedRole"
:nodeList="nodeList"
></Role-tree>
</div>
</template>
<script>
export default {
name: "OperationLog",
data () {
return {
dataLoading: false,
total: 0,
data: [],
typeList: [],
styles: {
height: 'calc(100% - 55px)',
overflow: 'auto',
paddingBottom: '53px',
position: 'static'
},
searchForm: {
accountName: '',
account: '',
sTime: '',
eTime: '',
oper: '',
content: '',
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
},
nodeList: [],
modalshowflag: false,
}
},
methods: {
checkedRole (data) {
this.searchForm.account = data[0].id
this.searchForm.accountName = data[0].name
},
choiceZRR () {
this.nodeList = []
this.nodeList.push(this.searchForm.account)
this.modalshowflag = true
},
searchBtn () {
this.searchForm.page = 1
this.getData()
},
getData () {
this.$http.get('sysLog/sys-log/getAllLog', this.searchForm, {
_this: this,
loading: 'dataLoading'
}, res => {
if (res.ok) {
this.total = res.data.total;
res.data.records.forEach(item => {
item.account = "(" + item.account + ")" + item.accountName;
});
this.data = res.data.records;
}
})
},
pageChange (page) {
this.searchForm.page = page
this.getData()
},
pageSizeChange (pageSize) {
this.searchForm.pageSize = pageSize
this.getData()
},
resetSelect () {
this.searchForm.page = 1
this.searchForm.accountName = ''
this.searchForm.account = ''
this.searchForm.sTime = ''
this.searchForm.eTime = ''
this.searchForm.oper = ''
this.searchForm.content = ''
this.getData()
},
},
mounted () {
this.getData()
this.$http.get('sysLog/sys-log/getLogOper', {}, {
_this: this,
}, res => {
if (res.ok) {
this.typeList = res.data
}
})
}
}
</script>
<style lang="less" scoped>
.Operation-log {
height: 100%;
.content {
height: calc(~"100% - 55px - 56px");
overflow-y: auto;
}
.search-select.el-dropdown {
width: 100%;
}
}
</style>
+2 -1
View File
@@ -336,7 +336,8 @@
} else {
this.$http.put('sarPosition/position', {
id: this.editId,
name: this.sarStandardsInfoEO.name
name: this.sarStandardsInfoEO.name,
operator : this.$store.getters.userInfo.account
}, {
_this: this,
loading: 'Loading'
@@ -22,7 +22,7 @@
@click="getSarFileSplitInfoEOPage">
搜索
</el-button>
<el-button size="mini" v-btn-permission="'c77d866909a907aff3afa2b6d2ac2204'" class="common-button-default" @click="clearSearchStand">1</el-button>
<el-button size="mini" v-btn-permission="'c77d866909a907aff3afa2b6d2ac2204'" class="common-button-default" @click="clearSearchStand">清空</el-button>
</el-formItem>
</el-form>
</div>
@@ -76,7 +76,7 @@
width="150"
>
<template slot-scope="scope">
<a @click="dealWith(scope.row)" class="table-jump">{{ scope.row.prcNum }}</a>
<a @click="dealWith(scope.row)" class="table-jump" v-btn-permission="'4219fdb5e33dbbc84d845af98c947e66'">{{ scope.row.prcNum }}</a>
</template>
</el-table-column>
<el-table-column
@@ -86,7 +86,7 @@
width="180"
>
<template slot-scope="scope">
<span @click="dealWith(scope.row)" class="table-jump">{{ getPrcName(scope.row.prcType) }}</span>
<span @click="dealWith(scope.row)" class="table-jump" v-btn-permission="'4219fdb5e33dbbc84d845af98c947e66'">{{ getPrcName(scope.row.prcType) }}</span>
</template>
</el-table-column>
<el-table-column
@@ -97,7 +97,7 @@
min-width="250"
><!--scope.row.prcName-->
<template slot-scope="scope">
<a @click="dealWith(scope.row)" class="table-jump">{{ getPrcNameFilter(scope.row) }}</a>
<a @click="dealWith(scope.row)" class="table-jump" v-btn-permission="'4219fdb5e33dbbc84d845af98c947e66'">{{ getPrcNameFilter(scope.row) }}</a>
</template>
</el-table-column>
<el-table-column
@@ -279,7 +279,7 @@
</el-button>
<el-button class="common-button-default"
size="mini" @click="selectBuss()" style="float: right;margin-top: 11px;"
v-btn-permission="''"><i class="iconfont">&#xe606;</i>企标复审计划
v-btn-permission="'76742566e1cf930f384ef78cecb86f61'"><i class="iconfont">&#xe606;</i>企标复审计划
</el-button>
</div>
<!--表格-->
@@ -83,7 +83,7 @@
width="80"
align="center">
<template slot-scope="scope">
<el-button size="mini" type="primary" class="common-button-primary" @click="handleProjectCompliance(scope.row)">查看</el-button>
<el-button size="mini" type="primary" class="common-button-primary" @click="handleProjectCompliance(scope.row)" v-btn-permission="'08e9f28f1afb80b706217bdd9c6323bd'">查看</el-button>
</template>
</el-table-column>
</el-table>
@@ -104,7 +104,7 @@
width="100"
align="center">
<template slot-scope="scope">
<el-button class="common-button-primary" type="primary" size="mini" @click="handleProjectCompliance(scope.row)">查看</el-button>
<el-button class="common-button-primary" type="primary" size="mini" @click="handleProjectCompliance(scope.row)" v-btn-permission="'7d79b9521e77c73857ee788e30670e8d'">查看</el-button>
<!-- <i class="el-icon-view btn-i" @click="handleProjectCompliance(scope.row)"></i>-->
</template>
</el-table-column>
File diff suppressed because it is too large Load Diff