优化页面字段

This commit is contained in:
BianLzhaoMin 2024-07-18 11:17:40 +08:00
parent 489085c3a8
commit 274837d9a4
2 changed files with 8 additions and 3 deletions

View File

@ -88,7 +88,9 @@
align="center"
width="80"
type="index"
:index="indexContinuation(queryParams.pageNum, queryParams.pageSize)"
:index="
indexContinuation(queryParams.pageNum, queryParams.pageSize)
"
>
<!-- <template slot-scope="scope">
<span>{{
@ -318,7 +320,9 @@
align="center"
width="80"
type="index"
:index="indexContinuation(codeQuery.pageNum, codeQuery.pageSize)"
:index="
indexContinuation(codeQuery.pageNum, codeQuery.pageSize)
"
>
<!-- <template slot-scope="scope">
<span>{{
@ -374,7 +378,7 @@
size="mini"
type="warning"
@click="saveCodeBack(scope.row, 3)"
>报废</el-button
>报废</el-button
>
</template>
</el-table-column>

View File

@ -158,6 +158,7 @@
type="primary"
icon="el-icon-edit"
@click="handleApply(scope.row)"
v-if="scope.row.sltStatus != '2'"
>结算申请</el-button
>
<!-- <el-button