工作台待办任务换行
parent
ad99367224
commit
5d113f128f
|
@ -555,14 +555,14 @@
|
|||
@click.stop="handleAbandon(scope.row)"
|
||||
/>
|
||||
<!-- 代办详情-->
|
||||
<el-button
|
||||
v-hasPermi="['trials:trials-list:abolish']"
|
||||
circle
|
||||
icon="el-icon-receiving"
|
||||
:disabled="scope.row.TrialStatusStr === 'Initializing'"
|
||||
:title="$t('trials:trials-list:action:commission')"
|
||||
@click.stop="handleCommission(scope.row)"
|
||||
/>
|
||||
<!-- <el-button-->
|
||||
<!-- v-hasPermi="['trials:trials-list:abolish']"-->
|
||||
<!-- circle-->
|
||||
<!-- icon="el-icon-receiving"-->
|
||||
<!-- :disabled="scope.row.TrialStatusStr === 'Initializing'"-->
|
||||
<!-- :title="$t('trials:trials-list:action:commission')"-->
|
||||
<!-- @click.stop="handleCommission(scope.row)"-->
|
||||
<!-- />-->
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
|
|
@ -175,8 +175,9 @@
|
|||
v-model="scope.row.IsReading"
|
||||
:disabled="scope.row.IsDeleted || isAudit"
|
||||
@change="changeReadingStatus($event, scope.row)"
|
||||
:active-text="$fd('YesOrNo', true)"
|
||||
:inactive-text="$fd('YesOrNo', false)"
|
||||
/>
|
||||
<span>{{$fd('YesOrNo', scope.row.IsReading)}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- 是否删除 复审时删除的序列不可再次编辑 -->
|
||||
|
@ -189,8 +190,9 @@
|
|||
v-model="scope.row.IsDeleted"
|
||||
:disabled="isAudit"
|
||||
@change="changeDeleteStatus($event, scope.row)"
|
||||
:active-text="$fd('YesOrNo', true)"
|
||||
:inactive-text="$fd('YesOrNo', false)"
|
||||
/>
|
||||
<span>{{$fd('YesOrNo', scope.row.IsDeleted)}}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
Loading…
Reference in New Issue