提交代码
This commit is contained in:
parent
648868a816
commit
08d635081a
|
@ -30,7 +30,13 @@
|
||||||
<el-table-column prop="chiefName" label="Chief admin" show-overflow-tooltip ></el-table-column>
|
<el-table-column prop="chiefName" label="Chief admin" show-overflow-tooltip ></el-table-column>
|
||||||
<el-table-column prop="Operate" label="Operate" show-overflow-tooltip width="190">
|
<el-table-column prop="Operate" label="Operate" show-overflow-tooltip width="190">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<el-button size="small" text type="primary" @click="onAllocationNew(scope.row)">Review</el-button>
|
<el-button size="small" text type="primary" @click="onAllocationNew(scope.row)">Review
|
||||||
|
<el-badge
|
||||||
|
v-if="scope.row.applyForCount>0"
|
||||||
|
:value="scope.row.applyForCount"
|
||||||
|
:max="9999"
|
||||||
|
></el-badge>
|
||||||
|
</el-button>
|
||||||
<!-- <el-button size="small" text type="primary" @click="onAllocation(scope.row)">Asign</el-button>-->
|
<!-- <el-button size="small" text type="primary" @click="onAllocation(scope.row)">Asign</el-button>-->
|
||||||
<el-button size="small" text type="primary" @click="responseEnded(scope.row)">End</el-button>
|
<el-button size="small" text type="primary" @click="responseEnded(scope.row)">End</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue