Browse Source

烟台

V1.0
jiangyy 3 years ago
parent
commit
77b4db81a4
  1. 15
      src/views/modules/base/epidemic/natInfo/natList.vue

15
src/views/modules/base/epidemic/natInfo/natList.vue

@ -141,7 +141,8 @@
size="small" size="small"
@click="handleExport">导出</el-button> @click="handleExport">导出</el-button>
<el-button style="float:left;margin-left:10px" <el-button v-if="isYantai"
style="float:left;margin-left:10px"
class="diy-button--export" class="diy-button--export"
size="small" size="small"
@click="handleTiming()">定时</el-button> @click="handleTiming()">定时</el-button>
@ -318,6 +319,8 @@ export default {
pageNo: 0, pageNo: 0,
tableLoading: false, tableLoading: false,
isResiUser: true, isResiUser: true,
customerId: '',
isYantai: false,
agencyId: '', agencyId: '',
orgTypeList: [ orgTypeList: [
@ -382,6 +385,16 @@ export default {
}, },
async mounted () { async mounted () {
//1580460084738760705
//id: 1535072605621841922
this.customerId = localStorage.getItem("customerId");
this.isYantai = false
if (this.customerId === '1535072605621841922') {
this.isYantai = true
}
this.updateBtnAuths(); this.updateBtnAuths();
const { user } = this.$store.state const { user } = this.$store.state

Loading…
Cancel
Save