yangys
2025-08-13 0acba9270085943477e4c65c9b105fff108e4a01
src/views/basesetting/produceplan.vue
@@ -11,12 +11,13 @@
            @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" @row-del="rowDel"
            @row-save="save"
            @row-update="rowUpdate">
         <!--
            <template #menu-left>
                <el-button type="primary" plain @click="importAction">导入
                </el-button>
            <el-button type="primary" plain @click="downTemplateAction">下载导入模板
                </el-button>
            </template>
         -->
            <!-- <template #menu="scope">
                <el-button type="primary" text size="default" v-if="permission.flow_model_update"
                    @click.stop="handleAction(scope.row, scope.index)">审批
@@ -199,6 +200,10 @@
            // Logic for importing data
            this.$message.success('导入功能尚未实现');
        },
      downTemplateAction() {
            // Logic for importing data
            this.$message.success('模板功能尚未实现');
        },
        rowDel(row) {
            this.$confirm('确定将选择数据删除?', {
                confirmButtonText: '确定',