|
@@ -126,9 +126,9 @@ const processdel = (id:any)=>{
|
|
</template>
|
|
</template>
|
|
<template #right="{ row }">
|
|
<template #right="{ row }">
|
|
<el-button link type="primary" size="small" :disabled="![3,6].includes(row.T_State)" :icon="Check" @click="SubmitReview( row)">提交审核</el-button>
|
|
<el-button link type="primary" size="small" :disabled="![3,6].includes(row.T_State)" :icon="Check" @click="SubmitReview( row)">提交审核</el-button>
|
|
- <el-button link type="primary" size="small" :disabled="![1,3].includes(row.T_State)" :icon="Edit" @click="openContractFormDrawer('edit', row)">编辑</el-button>
|
|
|
|
|
|
+ <el-button link type="primary" size="small" :disabled="![1,3,6].includes(row.T_State)" :icon="Edit" @click="openContractFormDrawer('edit', row)">编辑</el-button>
|
|
<el-button link type="success" size="small" :icon="View" @click="processContract(row.Id,'详情')">详情</el-button>
|
|
<el-button link type="success" size="small" :icon="View" @click="processContract(row.Id,'详情')">详情</el-button>
|
|
- <el-button link type="danger" size="small" :disabled="![1,3].includes(row.T_State)" :icon="Delete" @click="processdel(row.Id)">删除</el-button>
|
|
|
|
|
|
+ <el-button link type="danger" size="small" :disabled="![1,3,6].includes(row.T_State)" :icon="Delete" @click="processdel(row.Id)">删除</el-button>
|
|
</template>
|
|
</template>
|
|
</TableBase>
|
|
</TableBase>
|
|
<MyPercentageForm ref="MyPercentageFormRef" @onTableList="updateOnTableList(TableRef)" />
|
|
<MyPercentageForm ref="MyPercentageFormRef" @onTableList="updateOnTableList(TableRef)" />
|