Commit c46c8e9e authored by 张伯涛's avatar 张伯涛

修改

parent f0ea63f6
......@@ -120,7 +120,7 @@
@click.stop="del(row)"
>删除</el-link>
<el-link
v-if="row.CONMAINCODE && row.ENABLESTATUS !== '0'"
v-if="row.CONMAINCODE && row.ENABLESTATUS !== '0' && (jurisdiction === '2016012550' || jurisdiction === '2016012624' || jurisdiction === '2016012554')"
:underline="false"
type="danger"
style="margin-left: 10px "
......@@ -182,7 +182,7 @@
@click.stop="del(row)"
>删除</el-link>
<el-link
v-if="row.CONMAINCODE"
v-if="row.CONMAINCODE && row.ENABLESTATUS !== '0'&& (jurisdiction === '2016012550' || jurisdiction === '2016012624' || jurisdiction === '2016012554')"
:underline="false"
type="danger"
style="margin-left: 10px "
......@@ -243,7 +243,7 @@
@click.stop="del(row)"
>删除</el-link>
<el-link
v-if="row.CONMAINCODE"
v-if="row.CONMAINCODE && row.ENABLESTATUS !== '0' && (jurisdiction === '2016012550' || jurisdiction === '2016012624' || jurisdiction === '2016012554')"
:underline="false"
type="danger"
style="margin-left: 10px "
......
......@@ -169,7 +169,7 @@ export default {
Store.remove('password')
Store.remove('rememberMe')
}
this.$router.push('/admin/list/index')
this.$router.push('/projectInfo/index')
localStorage.setItem('UserID', this.loginForm.username)
// eslint-disable-next-line handle-callback-err
}).catch((err) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment