mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-21 16:56:48 +08:00
feat:修改编码
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<div style="display: flex">
|
||||
<botton
|
||||
class="titlebtn"
|
||||
v-if="data?.hasTask || data.planDto?.applyFlag"
|
||||
v-if="data.planDto?.applyFlag"
|
||||
@click="onLineSignUp"
|
||||
:style="{
|
||||
background: isAllowSign
|
||||
@@ -51,7 +51,6 @@
|
||||
: 'rgb(57, 146, 249)'
|
||||
: '#999',
|
||||
}"
|
||||
,
|
||||
>{{
|
||||
data.isRefused
|
||||
? "审核拒绝"
|
||||
|
||||
Reference in New Issue
Block a user