优化页面字段
This commit is contained in:
parent
489085c3a8
commit
274837d9a4
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -158,6 +158,7 @@
|
|||
type="primary"
|
||||
icon="el-icon-edit"
|
||||
@click="handleApply(scope.row)"
|
||||
v-if="scope.row.sltStatus != '2'"
|
||||
>结算申请</el-button
|
||||
>
|
||||
<!-- <el-button
|
||||
|
|
|
|||
Loading…
Reference in New Issue