|
@@ -12,7 +12,6 @@
|
|
|
min-width="100px"
|
|
min-width="100px"
|
|
|
/>
|
|
/>
|
|
|
<el-table-column label="发起人" prop="sponsorName" />
|
|
<el-table-column label="发起人" prop="sponsorName" />
|
|
|
- <el-table-column label="投标数量" prop="tenderQuantity" />
|
|
|
|
|
<el-table-column label="操作">
|
|
<el-table-column label="操作">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<slot name="action" :row="scope.row" />
|
|
<slot name="action" :row="scope.row" />
|
|
@@ -86,4 +85,8 @@ onMounted(() => {
|
|
|
});
|
|
});
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
-<style scoped></style>
|
|
|
|
|
|
|
+<style scoped>
|
|
|
|
|
+:deep() .cell {
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|