Commit 315bb199 authored by 乐宝呗666's avatar 乐宝呗666

修改bug

parent 2f705307
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>国博建党百年展点播院线统计平台</title> <title>中国国家博物馆历史图鉴学习教育服务平台</title>
</head> </head>
<body> <body>
<noscript> <noscript>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<van-button <van-button
@click="optFn(item)" @click="optFn(item)"
square square
:disabled="(item.auditStatus!=='APPROVED_FINAL')||((scope.row.createType === '1')&&(userType !== '1')) " :disabled="(item.auditStatus!=='APPROVED_FINAL')||((item.createType === '1')&&(userType !== '1')) "
:text="active ? '启用' : '禁用'" :text="active ? '启用' : '禁用'"
type="danger" type="danger"
:class="{ :class="{
......
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