@@ -60,7 +60,7 @@ export const forecastFormOption = {
}]
},
{
- label: '年份',
+ label: '预测年份',
prop: 'year',
type: 'year',
span: 12,
@@ -73,7 +73,7 @@ export const forecastFormOption = {
- label: '月份',
+ label: '预测月份',
prop: 'month',
type: 'select',
@@ -54,28 +54,6 @@
</el-tag>
</template>
- <!-- 自定义编辑按钮 -->
- <template slot-scope="{row, index}" slot="editBtn">
- <el-button
- v-if="canEdit(row)"
- type="text"
- size="small"
- icon="el-icon-edit-outline"
- @click="handleEdit(row, index)"
- >
- 编辑
- </el-button>
- v-else
- icon="el-icon-view"
- disabled
- style="color: #c0c4cc;"
- 不可编辑
- </template>
</avue-crud>
</div>