update 普通项目管理-打包不可编辑
This commit is contained in:
@@ -136,7 +136,8 @@
|
||||
</template>
|
||||
|
||||
<span slot="action" class="action-span-cell" slot-scope="text, record">
|
||||
<a @click="handleEdit(record)" v-has="'generalProject:edit'">编辑</a>
|
||||
<!--如果是打包不能编辑-->
|
||||
<a @click="handleEdit(record)" v-has="'generalProject:edit'" :disabled="record.pack === 1">编辑</a>
|
||||
<a @click="handleDelete(record.id)" v-has="'generalProject:delete'">删除</a>
|
||||
</span>
|
||||
</a-table>
|
||||
|
||||
Reference in New Issue
Block a user