mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 01:06:45 +08:00
fix bug
This commit is contained in:
@@ -68,7 +68,7 @@ shan<!-- 评估管理页面 -->
|
|||||||
<a-space style="padding-right: 10px">
|
<a-space style="padding-right: 10px">
|
||||||
<a-button
|
<a-button
|
||||||
v-if="
|
v-if="
|
||||||
record.releaseStatus === '1' && checkPer(record.permissions)
|
record.releaseStatus === '1'
|
||||||
"
|
"
|
||||||
@click="handleOper(record, 'push')"
|
@click="handleOper(record, 'push')"
|
||||||
type="link"
|
type="link"
|
||||||
@@ -76,7 +76,7 @@ shan<!-- 评估管理页面 -->
|
|||||||
</a-button>
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="
|
v-if="
|
||||||
record.releaseStatus === '1' && checkPer(record.permissions)
|
record.releaseStatus === '1'
|
||||||
"
|
"
|
||||||
@click="editOper(record)"
|
@click="editOper(record)"
|
||||||
type="link"
|
type="link"
|
||||||
@@ -84,7 +84,7 @@ shan<!-- 评估管理页面 -->
|
|||||||
</a-button>
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="
|
v-if="
|
||||||
record.releaseStatus === '1' && checkPer(record.permissions)
|
record.releaseStatus === '1'
|
||||||
"
|
"
|
||||||
@click="handleEditPage(record.id)"
|
@click="handleEditPage(record.id)"
|
||||||
type="link"
|
type="link"
|
||||||
@@ -92,7 +92,7 @@ shan<!-- 评估管理页面 -->
|
|||||||
</a-button>
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="
|
v-if="
|
||||||
record.releaseStatus === '2' && checkPer(record.permissions)
|
record.releaseStatus === '2'
|
||||||
"
|
"
|
||||||
@click="toManage(record.id, record)"
|
@click="toManage(record.id, record)"
|
||||||
type="link"
|
type="link"
|
||||||
@@ -106,7 +106,7 @@ shan<!-- 评估管理页面 -->
|
|||||||
</a-button>
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="
|
v-if="
|
||||||
record.releaseStatus === '2' && checkPer(record.permissions)
|
record.releaseStatus === '2'
|
||||||
"
|
"
|
||||||
@click="() => handleOper(record, 'withdraw')"
|
@click="() => handleOper(record, 'withdraw')"
|
||||||
type="link"
|
type="link"
|
||||||
@@ -114,7 +114,7 @@ shan<!-- 评估管理页面 -->
|
|||||||
</a-button>
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="
|
v-if="
|
||||||
record.releaseStatus === '2' && checkPer(record.permissions)
|
record.releaseStatus === '2'
|
||||||
"
|
"
|
||||||
@click="handleOper(record, 'end')"
|
@click="handleOper(record, 'end')"
|
||||||
type="link"
|
type="link"
|
||||||
@@ -122,7 +122,7 @@ shan<!-- 评估管理页面 -->
|
|||||||
</a-button>
|
</a-button>
|
||||||
<a-button
|
<a-button
|
||||||
v-if="
|
v-if="
|
||||||
record.releaseStatus !== '2' && checkPer(record.permissions)
|
record.releaseStatus !== '2'
|
||||||
"
|
"
|
||||||
@click="handleOper(record, 'del')"
|
@click="handleOper(record, 'del')"
|
||||||
type="link"
|
type="link"
|
||||||
|
|||||||
Reference in New Issue
Block a user