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