|
@@ -64,8 +64,8 @@
|
|
|
>{{$t(`编 辑`)}}</el-button>
|
|
|
<el-popconfirm :title="$t(`确定删除当前附件吗`)+'?'" :confirm-button-text="$t('确定')" :cancel-button-text="$t('取消')" @confirm="deleteAttachment(scope.row)">
|
|
|
<el-button
|
|
|
- :disabled="onlyread || status === '已失败' || status === '已结案' || scope.row.usetype === 'undelete' || attachmentDisabled || disabled || ($route.path == '/serveBillDetail' && status != '新建') || ($route.path == '/serveBillMagDetail' && status != '新建') || issalehr"
|
|
|
- v-if="!onlyread && status !== '已失败' && status !== '已结案' && scope.row.usetype !== 'undelete' && !attachmentDisabled"
|
|
|
+ :disabled="onlyread || status === '已失败' || status === '已结案' || attachmentDisabled || disabled || ($route.path == '/serveBillDetail' && status != '新建') || ($route.path == '/serveBillMagDetail' && status != '新建') || issalehr"
|
|
|
+ v-if="!onlyread && status !== '已失败' && status !== '已结案' && !attachmentDisabled"
|
|
|
slot="reference"
|
|
|
size="small"
|
|
|
type="text"
|