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

修改bug

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